summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Back to development: 6.0.2HEADmasterMichael Howitz2023-03-242-1/+7
|
* Preparing release 6.0.16.0.1Michael Howitz2023-03-242-2/+2
|
* Drop dependency on `six`. (#36)Michael Howitz2023-03-243-4/+3
|
* Back to development: 6.0.1Michael Howitz2023-03-232-1/+7
|
* Preparing release 6.0.06.0.0Michael Howitz2023-03-232-2/+2
|
* Try out Python 3.12a5. (#35)Michael Howitz2023-03-238-26/+67
|
* Merge pull request #34 from zopefoundation/config-with-c-code-template-53791f56Jens Vagelpohl2023-01-0410-92/+27
|\ | | | | - Drop support for Python 2.7, 3.5, 3.6
| * Update src/zope/i18nmessageid/message.pyJens Vagelpohl2023-01-041-1/+1
| | | | | | Co-authored-by: Michael Howitz <mh@gocept.com>
| * - Drop support for Python 2.7, 3.5, 3.6Jens Vagelpohl2023-01-0310-91/+24
| |
| * Drop support for Python 2.7, 3.5, 3.6.Jens Vagelpohl2023-01-031-0/+2
| |
| * Bumped version for breaking release.Jens Vagelpohl2023-01-032-2/+2
|/
* - vb [ci skip]Jens Vagelpohl2022-11-172-1/+5
|
* - prepare release 5.1.15.1.1Jens Vagelpohl2022-11-174-4/+6
|
* - Add support for building arm64 wheels on macOS.Jens Vagelpohl2022-11-134-40/+84
|
* - vb [ci skip]Jens Vagelpohl2022-11-072-1/+5
|
* - prepare release 5.105.1.0Jens Vagelpohl2022-11-063-4/+3
|
* - port more fixes from PR #27Jens Vagelpohl2022-11-061-5/+6
|
* - lintingJens Vagelpohl2022-11-065-6/+13
|
* - add missing pieces from PR #27Jens Vagelpohl2022-11-065-5/+46
|
* Merge pull request #32 from zopefoundation/configure-with-c-codeJens Vagelpohl2022-11-0616-379/+804
|\ | | | | Update with meta/config and add support for Python 3.9, 3.10 and 3.11
| * - update with meta/config and add support for Python 3.9, 3.10 and 3.11Jens Vagelpohl2022-11-0316-379/+804
|/
* Fix badges.Michael Howitz2022-03-161-4/+4
|
* Fix documentation link.Michael Howitz2022-03-161-2/+2
|
* Merge pull request #24 from zopefoundation/use-pypi-tokenMarius Gedminas2021-06-161-2/+5
|\ | | | | Use a token for twine uploads from Appveyor
| * Use a token for twine uploads from AppveyorMarius Gedminas2021-06-161-2/+5
|/
* Merge pull request #23 from zopefoundation/all-repos_autofix_all-repos-sedMarius Gedminas2020-10-281-2/+2
|\ | | | | Update badge URL for Travis
| * Update badge URL for Travisall-repos_autofix_all-repos-sedJürgen Gmach2020-10-281-2/+2
|/ | | | Committed via https://github.com/asottile/all-repos
* Back to development: 5.0.2Marius Gedminas2020-03-102-1/+7
|
* Preparing release 5.0.15.0.1Marius Gedminas2020-03-102-2/+2
|
* Ask zest.releaser not to build wheelsMarius Gedminas2020-03-101-0/+2
| | | | | | We have CI builders for producing proper manylinux/etc wheels. The one wheel you'd get from setup.py will most likely be non-uploadable to PyPI and will just cause zest.releaser to fail.
* Update changelogMarius Gedminas2020-03-101-1/+2
|
* Merge pull request #21 from zopefoundation/fix-appveyorMarius Gedminas2020-01-211-1/+1
|\ | | | | Fix Appveyor build failures
| * Fix Appveyor build failuresMarius Gedminas2020-01-211-1/+1
| | | | | | | | | | | | | | | | | | python setup.py bdist_wheel fails on Python 3.5 with AttributeError: '_NamespacePath' object has no attribute 'sort' somewhere in pkg_resources. This was fixed in other projects by upgrading setuptools, so let's try that here too.
* | Merge pull request #19 from zopefoundation/deprecated-setuptools-featuresJason Madden2020-01-204-43/+37
|\ \ | | | | | | Drop the use of the deprecated setuptools Features
| * | Use extras=test in tox.ini. [skip ci]Jason Madden2020-01-201-2/+1
| | | | | | | | | | | | Per https://github.com/zopefoundation/zope.i18nmessageid/pull/19#discussion_r368547455 from @mgedmin
| * | Update tests_require and 'test' extra.Jason Madden2020-01-204-23/+20
| | | | | | | | | | | | | | | | | | Don't install nose, upstream no longer supports. We were actually testing with zope.testrunner on travis and in tox.ini so use that. make appveyor do the same.
| * | Drop the use of the deprecated setuptools FeaturesJason Madden2020-01-201-22/+20
|/ /
* | Merge pull request #20 from zopefoundation/use-3.6.2Jason Madden2020-01-201-1/+5
|\ \ | |/ |/| Use MacPython 3.6.2
| * Use MacPython 3.6.2Jason Madden2020-01-201-1/+5
|/ | | | Also add 3.8.0
* Back to development: 5.0.1Marius Gedminas2019-11-122-1/+7
|
* Preparing release 5.0.05.0.0Marius Gedminas2019-11-122-2/+2
|
* Merge pull request #18 from zopefoundation/more-wheelsMarius Gedminas2019-11-127-12/+123
|\ | | | | Also build manylinux and Mac OS wheels
| * Also build manylinux2010 and MacOS wheelsMarius Gedminas2019-11-124-1/+106
| |
| * Add support for Python 3.8Marius Gedminas2019-11-125-12/+18
|/ | | | Also let's use the latest floating PyPy versions on Travis CI.
* Merge pull request #16 from zopefoundation/drop-py34Marius Gedminas2019-04-305-17/+10
|\ | | | | Drop Python 3.4 support
| * Bump major versionMarius Gedminas2019-04-302-2/+2
| | | | | | | | | | Because we dropped support for Python 3.4 and some view that as a backwards-incompatible change.
| * Drop Python 3.4Marius Gedminas2019-04-305-15/+8
|/
* Back to development: 4.3.2Jason Madden2018-10-192-1/+7
|
* Preparing release 4.3.14.3.1Jason Madden2018-10-192-2/+2
|
* Merge pull request #15 from zopefoundation/issue14Jason Madden2018-10-195-94/+96
|\ | | | | Fix copying Message in pure-python.