69b85085b9- update to 2.1.0: * Dropped support for Python 3.6 and 3.7 because they are out of service and to simplify development dependencies. (issue #214) * Dev: Changed 'make install' to no longer perform an editable install, but a standalone install, since pip will remove support for editable installs. (related to issue #180) * Dev: Removed support for the env.var TEST_INSTALLED that used the installed package for testing, for simplicity. Now, the local package in the repository main directory is always used for testing. * Test: Python 3.13 was pinned to 3.13.0 to work around a pylint issue on Python 3.13.1. * Addressed safety issues up to 2025-04-27. * Dev: Added missing dependencies for development. * Test: Fixed the issue that coveralls was not found in the test workflow on MacOS with Python 3.9-3.11, by running it without login shell. Added Python 3.11 on MacOS to the normal tests. * Added support for Python 3.13. This required increasing the minimum version of several packages needed for development. (issue #225) * Added '__version_tuple__' with the integer versions. (related to issue #180) * Dev: Changed from setup.py to using pyproject.toml. (issue #180) * Dev: Split safety policy files into one for installation dependencies and one for development dependencies. (issue #205, related to issue #180) * Dev: Split minimum-constraints.txt file into one forDirk Mueller2025-07-13 14:15:47 +00:00
c0681e7a66Accepting request 1217422 from devel:languages:pythonAna Guerrero2024-10-24 13:43:14 +00:00
c54fb45a95- update to 2.0.4: * Fixed safety issues up to 2024-08-18. * Test: Increased versions of GitHub Actions plugins used, to eliminate warnings about node v16. * Add python 3.7 support - initial specfile for version 1.0.1Dirk Mueller2024-09-30 13:10:22 +00:00
f2b1b48c40- Update to 2.0.3: * Installation of this package using “setup.py” is no longer supported. * Fixed issues resulting from removal of support for pytest.warns(None) in pytest version 8. * Added support for Python 3.12. - Switch to pyproject macros.Steve Kowalik2024-05-08 02:17:09 +00:00
afeccb581eAccepting request 1111340 from devel:languages:pythonAna Guerrero2023-09-17 17:28:45 +00:00
bedc41b887Accepting request 1111322 from home:pgajdos:pythonMarkéta Machová2023-09-14 12:58:05 +00:00
c34d63d4de- update to 1.0.3: * Mitigated the coveralls HTTP status 422 by pinning coveralls-python to <3.0.0 (issue #55). * Fixed issues raised by new Pylint 2.9 and 2.10. * Fixed a dependency error that caused importlib-metadata to be installed on Python 3.8, while it is included in the Python base. * Disabled new Pylint issue 'consider-using-f-string', since f-strings were introduced only in Python 3.6. * Fixed install error of wrapt 1.13.0 on Python 2.7 on Windows due to lack of MS Visual C++ 9.0 on GitHub Actions, by pinning it to <1.13. * Fixed potential issue with Sphinx/docutils versions on Python 2.7. * Fixed error when installing virtualenv in install test on Python 2.7. * Fixed that the added setup.py commands (test, leaktest, installtest) were not displayed. They are now displayed at verbosity level 1 (using '-v'). * Support for Python 3.10: Added Python 3.10 in GitHub Actions tests, and in package metadata. * Removed old tools that were needed for travis and Appveyor but no longer onDirk Mueller2022-06-08 20:06:59 +00:00
cf689e9b43- update to 1.0.2: * Migrated from Travis and Appveyor to GitHub Actions. This required changes in several areas including dependent packages used for testing and coverage. This did not cause any changes on dependent packages used for the installation of the package.Dirk Mueller2021-02-01 18:14:15 +00:00