14
0

Commit Graph

  • 0a2969ff17 Accepting request 1292519 from devel:languages:python main Dominique Leuenberger 2025-07-14 08:52:21 +00:00
  • 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 for Dirk Mueller 2025-07-13 14:15:47 +00:00
  • c0681e7a66 Accepting request 1217422 from devel:languages:python Ana Guerrero 2024-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.1 Dirk Mueller 2024-09-30 13:10:22 +00:00
  • 0a92489bca Accepting request 1172613 from devel:languages:python Dominique Leuenberger 2024-05-09 10:07:41 +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 Kowalik 2024-05-08 02:17:09 +00:00
  • afeccb581e Accepting request 1111340 from devel:languages:python Ana Guerrero 2023-09-17 17:28:45 +00:00
  • bedc41b887 Accepting request 1111322 from home:pgajdos:python Markéta Machová 2023-09-14 12:58:05 +00:00
  • ee32849b68 Accepting request 1007445 from devel:languages:python Dominique Leuenberger 2022-10-03 11:44:30 +00:00
  • 69446b636e - update to 1.0.4: * Fixed recursion issue with flake8 5.0 * Add python 3.7 support Dirk Mueller 2022-10-01 13:00:06 +00:00
  • bdaf10e79e Accepting request 981385 from devel:languages:python Dominique Leuenberger 2022-06-10 13:57:13 +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 on Dirk Mueller 2022-06-08 20:06:59 +00:00
  • f30ba23254 Accepting request 868442 from devel:languages:python Dominique Leuenberger 2021-02-04 19:23:05 +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 Mueller 2021-02-01 18:14:15 +00:00
  • 8b6ae35faf Accepting request 841609 from devel:languages:python Dominique Leuenberger 2020-10-21 12:38:13 +00:00
  • 9e18359bf0 Accepting request 841606 from home:bnavigator:branches:devel:languages:python:pytest Markéta Machová 2020-10-13 17:15:52 +00:00