Releases: facebookincubator/dcrpm
Releases · facebookincubator/dcrpm
v0.6.3
This release fixes some tests, updates the list of supported Python versions (dropping Python 3.4, adding versions up to 3.10), and adds support for building using PEP 517.
v0.6.2
- Relax Requirename index check
- More typing runtime dependency fixes
v0.6.1
- Make runtime dependency on typing optional
v0.6.0
- Improved RPM checks for Conflicts/Obsoletes
- New end to end tests for CentOS 8 and Fedora Core 31
- Reworked Yum checks to support DNF as well
- Preliminary support for multiple rpmdb backends
- Fixed verbose logging
- Minor build fixes
v0.5.0
-
Only perform package count check on Linux
-
Change run_with_timeout to argv instead of str
-
Uses the which
utility function so tests pass properly on macOS
-
Use TestSlide as test framework
-
Install deps during typecheck
-
Fix py2 tests.
-
Fix black check
-
Fix pyre error
-
Fix type checks and add support for running pyre in CI
There were also number or small things like typos fixed.
0.4.0
- Fix __db.001 holder detection
v0.3.0
Add initial Fedora support
v0.2.0
- Major improvements to recovery logic
- Forensic logging implementation
- End to end regression testing
- Compatibility fixes for OSX and Python 3