summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Bump version: 8.3.0 → 8.3.18.3.1Seth Morton2023-03-011-1/+1
|
* Bump version: 8.2.0 → 8.3.0Seth Morton2023-02-271-1/+1
|
* Use updated keyword in setup.cfgSeth Morton2023-02-271-1/+1
|
* Add explicit support for python 3.11Seth Morton2023-02-271-0/+1
|
* Remove 3.6 supportSeth Morton2022-12-181-1/+0
| | | | CI outright fails with this.
* Bump version: 8.1.0 → 8.2.08.2.0Seth Morton2022-09-011-1/+1
|
* Add stubs for icuSeth Morton2022-09-011-3/+1
| | | | This way we don't need to use casts in-code.
* Bump version: 8.0.2 → 8.1.08.1.0Seth Morton2022-01-301-1/+1
|
* Bump version: 8.0.1 → 8.0.28.0.2Seth Morton2021-12-141-1/+1
|
* Bump version: 8.0.0 → 8.0.18.0.1Seth Morton2021-12-101-1/+1
|
* Bump version: 7.2.0 → 8.0.08.0.0Seth Morton2021-11-031-1/+1
|
* Bump version: 7.1.1 → 7.2.07.2.0Seth Morton2021-11-021-2/+1
|
* Add notes about using Python 3.10Seth Morton2021-11-021-0/+1
|
* Drop < 3.6 in documentationSeth Morton2021-11-021-2/+0
|
* Remove fastnumbers type ignore statementSeth Morton2021-11-011-2/+0
|
* Satisfy mypy for library as-isSeth Morton2021-10-241-0/+8
| | | | Without adding any annotations, make sure mypy is happy.
* Bump version: 7.1.0 → 7.1.17.1.1Seth Morton2021-01-241-2/+1
|
* Bump version: 7.0.1 → 7.1.07.1.0Seth Morton2020-11-191-1/+2
|
* Officially mention Python 3.9 supportSeth Morton2020-11-151-0/+1
|
* Bump version: 7.0.0 → 7.0.17.0.1Seth Morton2020-01-271-2/+1
|
* Bump version: 6.2.0 → 7.0.07.0.0Seth Morton2020-01-081-1/+1
|
* Add clean and bump envs to tox.iniSeth Morton2019-11-191-1/+0
| | | | | | | These use re-written bump and clean auxillary scripts - these were once shell scripts but are now Python. Also, the README in dev/ has been updated.
* Remove dist options from setup.cfgSeth Morton2019-11-191-6/+0
| | | | | | They are now explicity in the dist calls themselves. Universal wheels are removed since Python 2 is no longer supported.
* Re-remove Python 2.7 support.Seth Morton2019-11-131-4/+2
|
* Add back accidentally removed 2.7 ID in setup.cfg6.2.0Seth Morton2019-11-131-0/+2
|
* Bump version: 6.1.0 → 6.2.0Seth Morton2019-11-131-3/+4
|
* Revert removal of Python 2.7 in one commitThis is to make a release that ↵Seth Morton2019-11-131-2/+2
| | | | supports Python 3.8 and Python 2.7. Thiscommit can be reverted to then remove 2.7 support again.
* Add support for Python 3.8Hugo2019-11-111-0/+1
|
* Removed some Python 2 related code that was missedSeth Morton2019-11-101-3/+0
|
* Bump version: 6.0.0 → 6.1.06.1.0Seth Morton2019-11-091-1/+1
|
* Changelog dates are now %Y-%m-%dSeth Morton2019-03-031-1/+1
| | | | This was supposed to have happened in the last PR, but I forgot...
* Add a bumpversion wrapper scriptSeth Morton2019-03-021-5/+5
| | | | | | This script calls bumpversion, but also updates the comparison links list at the end of the CHANGELOG.md because bumpversion cannot really handle two different search/replace patterns in the same file.
* Update bumpversion search and replace for CHANGELOGSeth Morton2019-03-021-3/+6
| | | | | This will update the Unreleased tag to the current tag and timestamp, and then add a new Unreleased section
* Bump version: 5.5.0 → 6.0.06.0.0Seth Morton2019-02-041-1/+1
|
* Specify long_description_content_type = text/x-rstKyle Altendorf2019-01-121-0/+1
| | | I believe this will fix the lack of RST rendering on PyPI.
* Revert "Revert "Drop support for EOL Pythons""Seth M Morton2018-11-181-1/+1
| | | | This reverts commit 916a92d39eaf5ef282b421c4772a7ec831750c4c.
* Bump version: 5.4.1 → 5.5.05.5.0Seth M Morton2018-11-181-3/+4
|
* bumpversion now looks at CHANGELOG.rstSeth M Morton2018-11-181-1/+1
|
* Revert "Drop support for EOL Pythons"Seth M Morton2018-11-171-1/+1
| | | | This reverts commit 36cd8f38e1f1725dfc0078b6f42e35855372bb93.
* Drop support for EOL PythonsJon Dufresne2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support matrix now matches the test matrix from 6233f07bf303d442b39ac677fa6079acc64834a6. By matching these, helps to ensure all supported Python do indeed work. Python 2.6 and 3.3 are end of life. They are no longer receiving bug fixes, including for security issues. Python 2.6 went EOL on 2013-10-29 and on 2017-09-29. For additional details on support Python versions, see: Supported: https://devguide.python.org/#status-of-python-branches EOL: https://devguide.python.org/devcycle/#end-of-life-branches Removing support for EOL Pythons will reduce testing and maintenance resources while allowing the library to move towards a modern Python 3 style. Using pypinfo, we can show the PyPI download statistics, show very low numbers for EOL Pythons. | python_version | percent | download_count | | -------------- | ------: | -------------: | | 2.7 | 48.94% | 37,036 | | 3.6 | 26.58% | 20,113 | | 3.5 | 15.38% | 11,642 | | 3.4 | 5.93% | 4,488 | | 3.7 | 3.13% | 2,365 | | 3.3 | 0.03% | 21 | | 2.6 | 0.01% | 9 | | Total | | 75,674 |
* Flatten docs/ directory structureJon Dufresne2018-11-101-2/+2
| | | | | Remove unnecessary intermediate directory "source/". Helps make the structures a bit flatter and easier to navigate.
* Trim trailing white space throughout the projectJon Dufresne2018-11-071-3/+2
| | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
* Include license file in the generated wheel packageJon Dufresne2018-11-051-0/+1
| | | | | | | | | | | | | The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file Helps project comply with its own license: > The above copyright notice and this permission notice shall be > included in all copies or substantial portions of the Software.
* Bump version: 5.4.0 → 5.4.15.4.1Seth M Morton2018-09-091-15/+13
|
* Resolve flake8 errors in non-test code.Seth M Morton2018-09-091-1/+18
|
* Create special flake8 env for tox.Seth M Morton2018-09-091-18/+2
| | | | | | | | Rather than doing style and quality checking on every python version, it will be done once in one version. More checks will be added, and flake8 will be the driver (because of its plugins). This will close issue #68.
* Bump version: 5.3.3 → 5.4.05.4.0Seth M Morton2018-09-061-2/+3
|
* Fix interpolation bug in setup.cfg.Seth M Morton2018-09-051-1/+1
|
* Update bumpversion config for changelog.Seth M Morton2018-09-041-2/+2
|
* Update valid python versions.Seth M Morton2018-09-041-1/+1
|