Changelog for
python38-pyudev-0.24.0-1.2.noarch.rpm :
* Sat Oct 01 2022 Dirk Müller
- update to 0.24.0:
* Remove six dependency
* Drop pylint tasks
* Support python 3.9 and 3.10
* Thu Mar 17 2022 Steve Kowalik - Skip some unreliable tests.
* Thu Mar 10 2022 mceplAATTcepl.eu- Update to version 0.23.2+14:
* Remove a bunch of python-2 only testing
* Bump some Python versions
* Get rid of six dependency
* Drop all pylint tasks
* Remove overly rigorous tests
* Make a package target that uses build
* Omit PyPy flakey test
* Check whether the Context has a \"_libudev\" attribute
* Remove setup.cfg
* Remove obsolete egg_info parameter
* Delete another flaky test- Rebase hypothesis_settings.patch and pytest_register_mark.patch.- Drop six (Build)?Requires.
* Tue Jan 25 2022 Bernhard Wiedemann - Don\'t add date to version for reproducible builds (boo#1047218)
* Sun Jan 16 2022 mceplAATTcepl.eu- Update to version 0.22.0+git.1642212208.d5630bf (bsc#1194613):
* Remove another flakey test
* Remove all traces of tox
* Update next Fedora to 35
* Delete a test which is probably flakey for real
* Bump recommended development environment to fedora 34
* Use yamllint on all the configuration files
* Add annotations to GitHub workflows
* No longer use --recursive for isort
* Update formatting for new black
* Establish a weekly task for future fedora- Remove upstreamed patches: - remove_mock.patch
* Tue Aug 10 2021 Matej Cepl - Add hypothesis_settings.patch to allow longer timeouts in OBS.
* Sat Dec 12 2020 Benjamin Greiner - Add remove_mock.patch gh#pyudev/pyudev#409- Static linting with pylint is not needed for unit tests or build
* Thu Oct 08 2020 Matej Cepl - Add pytest_register_mark.patch to make the test suite at least syntactically correct and skip over tests we cannot run because of missing /dev gh#pyudev/pyudev#404.
* Fri Feb 28 2020 Dirk Mueller - update to 0.22.0: - Add a six-enabled move for collections move imports: https://github.com/pyudev/pyudev/pull/386 - Fix any newly introduced pylint errors - Numerous improvements or updates to the test infrastructure - A number of test updates - Require yapf 0.21.0 for Python formatting - Various documentation fixes and updates
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Tue Jan 30 2018 mimi.vxAATTgmail.com- fix Requires and BuiildRequires
* Tue Jan 23 2018 tbechtoldAATTsuse.com- Require libudev (bsc#1077282) Otherwise, an pyudev import fails with: ImportError: No library named udev