24fab19718
- Switch to pyproject macros. - Run the testsuite in the buildroot. - No more greedy globs in %files.
Steve Kowalik2025-06-06 03:47:17 +00:00
face998582
- update to 3.0.post1: * Add `python_requires to setup.py to prevent installing on not supported old Python versions. * Add support for Python 3.9, 3.10, 3.11. * Drop support for Python 2.7, 3.5, 3.6. * Drop support for deprecated python setup.py test`. * Extracted new SimpleLockFile that removes implicit behavior writing to the lock file, and instead allows a subclass to define that behavior. * SimpleLockFile and thus LockFile are now new-style classes. Any clients relying on LockFile being an old-style class will need * Stop logging failure to acquire locks. Clients can do that if - Initial Package, Version 1.0.0
Dirk Mueller2023-12-29 09:00:01 +00:00