Skip to content

Releases: fedora-python/pyp2rpm

v3.2.3

24 Aug 14:55
Compare
Choose a tag to compare
  • Make order of requires, scripts, modules and packages deterministic #132
  • Add name convertor using standardized name format of the dependencies based on virtual Provides
  • Update templates to follow the latest Packaging Guidelines for Python #128
  • Include extras require in metadata extraction
  • Enable generating sclized spec files using spec2scl
  • Various bug fixes #126, #112, #108

v3.2.2

07 Feb 17:06
Compare
Choose a tag to compare

Version 3.2.2

  • Fix package rename option (-r), issue #87 (thanks to Sorin Sbarnea for reporting)
  • Improve detection of packages and modules, issue #86 (thanks to Joe Mullally for reporting)
  • Abide by the latest packaging guidelines (use %{summary} macro and improve creating soft links for executables)
  • Use python version provided with -b2 option to extract metadata, issue #90
  • Drop Python 2.6 support
  • Additional various bug fixes (issues #95, #96, #97)