summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Move dev dependencies to dev extraAarni Koskela2023-03-031-0/+7
|
* Include `py.typed` file in wheels (#975)Alex Waygood2023-02-281-0/+1
|
* Apply ruff I category fixesAarni Koskela2023-01-181-1/+1
|
* Implement zoneinfo support and make pytz optional (#940)DS/Charlie2023-01-111-1/+2
|
* Replace %/.format/concatenation with f-strings where feasible (#927)Aarni Koskela2022-11-231-1/+1
| | | Original conversion suggestions via flynt, edited by hand.
* Drop support for EOL Python 3.6 (#919)Aarni Koskela2022-11-231-2/+1
|
* Setup: mark as compatible with Python 3.11Aarni Koskela2022-11-011-0/+1
|
* Fix up some Python2-isms using pyupgradeAarni Koskela2022-05-101-2/+0
|
* Add maintainer to setup.pyAarni Koskela2022-04-201-0/+2
|
* Slightly clean up setup.pyAarni Koskela2022-04-201-6/+2
|
* Prefer setuptools imports to distutils importsAarni Koskela2022-04-081-2/+1
| | | | | | | The non-conditional imports have been around for 6 to 17 years, so they should be safe in conservative situations too. Refs #824
* add GitHub URL for PyPiAndrii Oriekhov2022-03-031-0/+3
|
* Add support for Python 3.10Hugo van Kemenade2021-09-141-0/+2
|
* Replace Travis + Appveyor with GitHub Actions (WIP)github-ciAarni Koskela2020-11-121-5/+3
|
* Add testing and document support for Python 3.7Jon Dufresne2018-12-181-0/+1
|
* Bumped version requirement on pytzChris2018-06-191-1/+1
| | | | | | | Here you use the utc attribute on the _pytz object: https://github.com/python-babel/babel/blob/23ca4bf2b187748e5e8372c6dae541fbcc5fbe5d/babel/util.py#L304 Which was added in this commit https://github.com/stub42/pytz/commit/ae82fbc71b374a5a5b32bf3bbb38ebb97af6e715 Added the corrected version requirement for it's appearance
* Drop EOL Python 2.6 and 3.3Hugo2017-12-281-2/+1
|
* Test and document all supported Python versionsJon Dufresne2017-10-221-0/+3
| | | | | | | | | Add Python 3.6 to Travis CI and tox. Add PyPy to tox. Add trove classifiers for all supported versions. Helps package users know if the library is compatible.
* Apply pre-commit fixes.Lukas Balaga2016-02-271-2/+1
|
* setup/PyPI: Add PyPy classifierAarni Koskela2016-02-071-0/+1
|
* setup: Use `subprocess.check_call()`Aarni Koskela2016-02-071-2/+1
| | | | It's available since Python 2.5, so it's safe for our use.
* setup: Remove long-obsolete build_doc/test_doc commandsAarni Koskela2016-02-071-13/+2
|
* setup: Don't explicitly check for supported versionsAarni Koskela2016-02-071-7/+8
| | | | | | With pypy3 advertising itself as py3.2, but still behaving like py3.3, the check started to become awkward. Plus, it seems to be nicer to ask for forgiveness rather than permission.
* Mark Python 3.5 as supportedAarni Koskela2015-12-231-0/+2
| | | | | Fixes #222 Refs #221
* setup: change to using include_package_dataTodd M. Guerra2015-10-051-1/+1
| | | | | | | | Instead of manually writing includes to various package data, we now just set include_package_data to True to make it more efficient. Reference: http://pythonhosted.org/setuptools/setuptools.html#new-and-changed-setup-keywords Fixes https://github.com/python-babel/babel/issues/260
* localedata: Rename to locale-datasils/wheelLasse Schuirmann2015-09-251-1/+1
| | | | | | To fix the ImportError because of the name clash with localedata.py. locale-data is no valid python identifier and thus a nice indicator that this directory actually contains data.
* setup: Use version from babel packageLasse Schuirmann2015-09-251-1/+2
| | | | DRY
* Enforce Python version in `setup.py`Ryan J Ollos2015-09-211-1/+7
| | | | Print error message and exit if Python version requirement not satisfied.
* This is 3.0-devArmin Ronacher2015-07-271-1/+1
|
* Bump version number to 2.02.0Armin Ronacher2015-07-271-1/+1
|
* Update classifiers to give more detailed information about babel's version ↵Matt Iversen2013-10-191-0/+3
| | | | compatibility
* Merge branch '1.x-maintenance'Armin Ronacher2013-07-271-0/+4
|\
| * If we need a 1.3Armin Ronacher2013-07-271-1/+1
| |
| * Bump version number to 1.21.2Armin Ronacher2013-07-271-1/+1
| |
| * Make tests work without installationArmin Ronacher2013-07-271-0/+4
| |
| * Ready for 1.2 if we need itArmin Ronacher2013-07-271-1/+1
| |
| * Bump version number to 1.11.1Armin Ronacher2013-07-271-1/+1
| |
* | Merge branch '1.0-maintenance'Armin Ronacher2013-07-271-1/+4
|\ \ | |/
| * Added a workaround for #32Armin Ronacher2013-07-271-1/+4
| |
| * Prepare for 1.1Armin Ronacher2013-07-271-1/+1
| |
* | Ready for 2.0-devArmin Ronacher2013-07-261-1/+1
|/
* Bump version number to 1.0Armin Ronacher2013-07-261-1/+1
|
* Preparing for releaseArmin Ronacher2013-07-261-15/+15
|
* Removed old copyright header from setup fileArmin Ronacher2013-07-261-12/+0
|
* Updated setup fileArmin Ronacher2013-07-261-10/+4
|
* Added a setup.py command for building and importing the cldrArmin Ronacher2013-07-071-1/+21
|
* updated changelog, setup.py (classifiers), requirements for installationThomas Waldmann2013-07-071-0/+5
|
* Added localtimeArmin Ronacher2013-07-061-1/+1
|
* Fixed timezone test breakages and a few other small thingsArmin Ronacher2013-07-061-3/+1
|
* Started work on improving timezone support and made pytz a requirementArmin Ronacher2013-07-061-37/+30
|