summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add preliminary support for Python 3.12a7 (#58)HEADmasterMichael Howitz2023-04-243-11/+11
|
* Add preliminary support for Python 3.12a5. (#57)Michael Howitz2023-03-247-10/+51
|
* - vb [ci skip]Jens Vagelpohl2023-01-182-1/+5
|
* - prepare release 5.0.05.0.0Jens Vagelpohl2023-01-182-2/+2
|
* Merge pull request #56 from zopefoundation/dataflake/cleanup_py2_namesJens Vagelpohl2023-01-184-85/+50
|\ | | | | Remove proxying code for names that no longer exist in Python 3
| * - improve code coverage by testing `__reduce__` and `__reduce_ex__`Jens Vagelpohl2023-01-171-0/+36
| |
| * - `__getslice__` and `__setslice__` are Python 2 onlyJens Vagelpohl2023-01-172-23/+1
| | | | | | | | Python 3 uses slice objects passed to `__getitem__` instead.
| * - remove no cover pragma from methods that are now coveredJens Vagelpohl2023-01-171-3/+3
| |
| * - Remove proxying code for names that no longer exist in Python 3Jens Vagelpohl2023-01-164-59/+10
|/
* Merge pull request #54 from zopefoundation/config-with-c-code-template-f65feaccJens Vagelpohl2023-01-0614-520/+119
|\ | | | | Drop support for Python 2.7, 3.5, 3.6
| * - incorporate suggestions and remove changes I am not sure about myselfJens Vagelpohl2023-01-043-15/+12
| |
| * - Drop support for Python 2.7, 3.5, 3.6.Jens Vagelpohl2023-01-0314-515/+115
| |
| * 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
|/
* - don't build/upload macOS universal2 wheels [ci skip]Jens Vagelpohl2022-11-171-31/+0
|
* - vb [ci skip]Jens Vagelpohl2022-11-162-1/+5
|
* - prepare release 4.6.14.6.1Jens Vagelpohl2022-11-165-17/+61
|
* - remove experimental step [ci skip]Jens Vagelpohl2022-11-151-10/+0
|
* - quick experiment to show Python build flagsJens Vagelpohl2022-11-151-0/+10
|
* - Add support for building arm64 wheels on macOSJens Vagelpohl2022-11-124-35/+84
|
* - vb [ci skip]Jens Vagelpohl2022-11-062-1/+5
|
* - prepare release 4.6.04.6.0Jens Vagelpohl2022-11-038-42/+8
|
* - update to latest meta/config and add support for Python 3.11Jens Vagelpohl2022-11-027-12/+55
|
* Back to development: 4.5.2Michael Howitz2022-09-152-1/+7
|
* Preparing release 4.5.14.5.1Michael Howitz2022-09-152-2/+2
|
* Merge pull request #53 from zopefoundation/config-with-c-codeMarius Gedminas2022-09-135-9/+72
|\ | | | | Update to the latest c-code template
| * Add a changelog noteMarius Gedminas2022-09-121-1/+2
| |
| * Configuring for c-codeMarius Gedminas2022-09-124-8/+70
|/ | | | | | Add a regression test for CFLAGS not having -Ofast, which is known to break things. See https://github.com/zopefoundation/meta/pull/155 for reference.
* Fix PyPy2 run on GHA. (#52)Michael Howitz2022-07-0814-29/+94
| | | * isort lines.
* Python 3.11 foreward compatibilty.Michael Howitz2021-11-191-2/+3
| | | | The Python 2.7 variant was dropped there.
* Prevent faulty wheel in future.Michael Howitz2021-11-191-3/+3
| | | | | Fixes #49. Uses https://github.com/zopefoundation/meta/pull/129
* Back to development: 4.5.1Michael Howitz2021-11-172-1/+7
|
* Preparing release 4.5.04.5.0Michael Howitz2021-11-172-2/+2
|
* Make check-manifest happy.Michael Howitz2021-11-172-1/+13
|
* Bumped version for feature release.Michael Howitz2021-11-172-2/+2
|
* Add support for Python 3.10. (#48)Michael Howitz2021-11-178-41/+48
| | | | * Fix badge.
* Back to development: 4.4.1Michael Howitz2021-07-222-1/+7
|
* Preparing release 4.4.04.4.0Michael Howitz2021-07-222-2/+2
|
* Bumped version for feature release.Michael Howitz2021-07-222-2/+2
|
* Merge pull request #47 from zopefoundation/config-with-c-codeMichael Howitz2021-07-2220-518/+942
|\ | | | | Config with c code
| * Fix more deprecation warnings.Michael Howitz2021-07-151-6/+3
| |
| * Re-add AppVeyor configMichael Howitz2021-07-152-0/+16
| |
| * Lint the code.Michael Howitz2021-07-157-108/+229
| | | | | | | | * Add support for Python 3.9.
| * Configuring for c-codeMichael Howitz2021-07-1513-405/+695
|/
* Downgrading sphinx prior to v4odidev2021-07-151-1/+1
| | | | | | | | To provide support for repoze.sphinx.autointerface We can upgrade back once below issue resolves - https://github.com/repoze/repoze.sphinx.autointerface/issues/16 Signed-off-by: odidev <odidev@puresoftware.com>
* Merge pull request #45 from zopefoundation/use-pypi-tokenMarius Gedminas2021-06-161-2/+7
|\ | | | | Use a token for twine uploads from Appveyor
| * Update pip, setuptools, and wheel on AppveyorMarius Gedminas2021-06-161-0/+2
| | | | | | | | | | | | Because it's a good idea in general to keep up-to-date with various bugfixes, and because I'm certain this will fix the build failure on Python 3.5.
| * Use a token for twine uploads from AppveyorMarius Gedminas2021-06-161-2/+5
|/
* Merge pull request #42 from zopefoundation/all-repos_autofix_all-repos-sedJens Vagelpohl2020-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