Changelog for
python311-sure-2.0.1-33.18.noarch.rpm :
* Tue Mar 26 2024 John Paul Adrian Glaubitz
- Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install
* Mon Dec 04 2023 Dirk Müller - update to 2.0.1:
* Fixes CI build (Github Actions)
* Fixes broken tests
* Housekeeping: Licensing
* Disable nosetests for testing leaving only pytest as supported test-runner for now
* Tue Jun 13 2023 ecsos - Add %{?sle15_python_module_pythons}
* Wed Jul 13 2022 Steve Kowalik - Remove mock from BuildRequires.- Rebase python-sure-no-mock.patch to remove one missed import.
* Wed May 04 2022 pgajdosAATTsuse.com- do not require mock for build nor runtime- added patches fix https://github.com/gabrielfalcao/sure/pull/161 + python-sure-no-mock.patch
* Sun Dec 12 2021 Ben Greiner - Update to 2.0.0
* No longer patch the builtin dir() function, which fixes pytest in some cases such as projects using gevent.
* Fri Jun 12 2020 pgajdosAATTsuse.com- switch to pytest
* Wed Aug 29 2018 tchvatalAATTsuse.com- Version update to 1.4.11:
* Reading the version dynamically was causing import errors that caused error when installing package. Refs #144
* Fri Feb 02 2018 tchvatalAATTsuse.com- Fix url for the project
* Sat Nov 04 2017 arunAATTgmx.de- update to version 1.4.7:
* Remove wrong parens for format call. Refs #139