]> git.madduck.net Git - etc/vim.git/history - setup.py

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

chore(ci): use official Python 3.10 (#2521)
[etc/vim.git] / setup.py
2021-10-05 Richard SiBump typed-ast minimum to 1.4.3 for 3.10 compat (#2519)
2021-09-25 Zsolt DollensteinBump required aiohttp version to 3.7.4 (#2509)
2021-09-25 Zsolt Dollensteinre-implement simple CORS middleware for blackd (#2500)
2021-08-29 Richard SiExclude broken typing-extensions version + fix import...
2021-08-20 Nipunn KoorapatiPresent a more user-friendly error if .gitignore is...
2021-08-06 Marco Edward GorelliJupyter notebook support (#2357)
2021-07-16 Bernát GáborUse platformdirs over appdirs (#2375)
2021-07-12 Richard SiSwitch `toml` TOML library for `tomli` (#2301)
2021-07-10 Felix HildénUse setuptools.find_packages in setup (#2363)
2021-05-26 Cooper LeesAdd optional uvloop import (#2258)
2021-05-13 Richard SiAdd lower bound for aiohttp-cors + fix primer (#2231)
2021-05-09 Panagiotis Vasilop... Replace references to master branch (#2210)
2021-05-07 Łukasz LangaMark blackd tests with the `blackd` optional marker...
2021-04-27 Miro HrončokInstall primer.json (used by black-primer by default...
2021-04-26 Łukasz LangaBump pathspec to >= 0.8.1 to solve invalid .gitignore...
2021-04-01 KotlinIslanddon't require typed-ast
2021-03-04 Hugo van KemenadeBlack requires Python 3.6.2+ (#1668)
2021-01-03 Taneli HukkinenOnly require typing-extensions if Python < 3.8 (#1873)
2020-12-31 Hugo van KemenadeBump typed-ast to fix for s390x (#1892)
2020-10-08 Hadi AlqattanSupport stable Python3.9. (#1748)
2020-08-26 Łukasz LangaMake dependency on Click 7.0, regex 2020.1.8, and toml...
2020-05-17 Cooper LeesAdd primer CI tool 🏴 (#1402)
2020-05-08 Nathan HuntAdd py.typed file. (#1395)
2020-05-08 Cooper LeesRefactor black into packages in src/ dir (#1376)
2020-05-08 Ville SkyttäAdd Change Log project URL (#1382)
2020-05-08 Douglas ThorAdd option for printing a colored diff (#1266)
2020-05-08 Jon DufresneRemove deprecated use of 'setup.py test' (#1275)
2020-03-04 Cooper LeesSplit out Change Log (#1117)
2020-01-18 Mr. Outisbump regex version, providing wheels (#1232)
2019-12-16 Hugo van KemenadeSkip the broken version of regex (#1209)
2019-10-30 Michael J. SullivanSupport compilation with mypyc (#1009)
2019-10-30 Michael J. SullivanSwitch from attrs to dataclasses (#1116)
2019-10-28 Łukasz LangaRemove Poetry metadata
2019-10-28 Łukasz LangaUpgrade typed-ast to 1.4.0
2019-10-24 Michael McClimonsetup.py: rename _version.py to _black_version.py ...
2019-10-21 Łukasz Langas/_version.py/_black_version.py/ (#1082)
2019-10-21 jgirardetadd gitignore support using pathspec (#878)
2019-10-15 Hugo van KemenadeDeclare support for Python 3.8 (#1069)
2019-10-13 Andrey#455 Fix bug with tricky unicode symbols (#1047)
2019-09-18 vezeliSwitch from versioneer to setuptools-scm (#1008)
2019-08-21 Zsolt Dollensteinuse versioneer to manage __version__ (#981)
2019-07-22 Zsolt DollensteinHello github.com/psf!
2019-05-08 Jason FriedMake --safe work for Python2.7 syntax, by using typed_a...
2019-05-02 Hugoambv/black -> python/black (#819)
2019-02-14 Jelle Zijlstraadd missing aiohttp dep (#699)
2018-10-29 Chuck Wooterspatch main to ensure click_patch() gets called (#572)
2018-09-27 Łukasz LangaRequire attrs >= 18.1.0 to work around ctypes failure...
2018-09-17 Zsolt Dollensteinblackd: a HTTP server for blackening (#460)
2018-08-28 Jon DufresneAdd trove classifier for Python 3.7 support (#486)
2018-06-07 Łukasz LangaIt works better when dependencies are installed. Who...
2018-05-31 Stavros KorokithakisSpecify the minimum click version (#284)
2018-05-18 Łukasz Langa18.5b0
2018-04-29 Zsolt Dollensteinfix type errors in setup.py (#179)
2018-04-19 Jonas ObristAdded caching (#136)
2018-03-31 Zsolt DollensteinNormalize string quotes (#75)
2018-03-22 Łukasz LangaPin attrs to >=17.4.0 for @dataclass use
2018-03-17 Łukasz LangaNative README.md support on PyPI \o/
2018-03-15 HugoAdd Python 3-only classifier
2018-03-14 Łukasz LangaInclude Grammar.txt in the distribution
2018-03-14 Łukasz LangaInitial commit