Changelog for
python3-rpm-generators-6-2.el7.noarch.rpm :
Tue Jan 15 13:00:00 2019 Tomas Orsava
- 6-2
- Modifying python-rpm-generators from F29 to be used in RHEL7
- The regex in pythondist.attr has been modified to only match Python 3
modules, so that we do not affect the building of python2 files in RHEL7 at
this late stage
- Removed python.attr and pythondeps.sh files, because they are contained in
rpm-build in RHEL7 and we do not want to modify them
- the pythondist.attr and pythondistdeps.py are completely new, therefore we
don\'t need to conflict with anything in RHEL7
Resolves: rhbz#1660578
Wed Oct 3 14:00:00 2018 Igor Gnatenko - 6-1
- Tighten regex for depgen
Sat Jul 28 14:00:00 2018 Miro Hrončok - 5-4
- Use nonstandardlib for purelib definition (#1609492)
Sat Jul 28 14:00:00 2018 Igor Gnatenko - 5-3
- Add pythondist generator
Sat Jul 14 14:00:00 2018 Fedora Release Engineering - 5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Sun Feb 11 13:00:00 2018 Igor Gnatenko - 5-1
- Fork upstream generators
- \"Fix\" support of environment markers
Fri Feb 9 13:00:00 2018 Fedora Release Engineering - 4.14.0-2.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Tue Nov 28 13:00:00 2017 Tomas Orsava - 4.14.0-2
- Switch bootsrapping macro to a bcond for modularity
Fri Oct 20 14:00:00 2017 Tomas Orsava - 4.14.0-1
- Rebase to rpm 4.14.0 final (http://rpm.org/wiki/Releases/4.14.0)
- Re-synchronize version/release macros with the rpm Fedora package
Mon Sep 18 14:00:00 2017 Tomas Orsava - 4.14.0-0.rc1.1
- Update to a new upstream version of RPM
- Drop upstreamed patches
- Renumber remaining patches
Thu Aug 24 14:00:00 2017 Miro Hrončok - 4.13.0.1-4
- Add patch 10: Do not provide pythonXdist for platform-python packages (rhbz#1484607)
Tue Aug 8 14:00:00 2017 Tomas Orsava - 4.13.0.1-3
- Add patch 9: Generate requires and provides for platform-python(abi)
(https://fedoraproject.org/wiki/Changes/Platform_Python_Stack)
Thu Jul 27 14:00:00 2017 Fedora Release Engineering - 4.13.0.1-2.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Thu May 18 14:00:00 2017 Tomas Orsava - 4.13.0.1-2
- Added a license file
- Added a dependency on rpm for the proper directory structure
- Properly owning the __pycache__ directory
Tue May 2 14:00:00 2017 Tomas Orsava - 4.13.0.1-1
- Splitting Python RPM generators from the `rpm` package to standalone one