Changelog for
python3-rpkg-1.66-7.fc36.noarch.rpm :
* Fri Apr 28 2023 Ondřej Nosek
- 1.66-7- Patch: Do not require \'sources\' file for all namespaces- Use release\'s rpmdefines in unused sources check
* Tue Apr 18 2023 Ondřej Nosek - 1.66-6- Patch: Pre-push hook won\'t check private branches- Patch: Config file option to skip the hook script creation- Patch: Allow empty commits when `uses_rpmautospec`- Patch: Check remote file with correct hash- Patch: Ignore missing spec file in pre-push hook- Patch: import_srpm: allow pre-generated srpms
* Sat Apr 01 2023 Ondřej Nosek - 1.66-5- Patch: Fix unittests for `clone` and pre-push hook script- Patch: pre-push hook script contains a user\'s config- Patch: A HEAD query into a lookaside cache- Patch: `pre-push-check` have to use spectool with --define- Patch: Add more information about pre-push hook- Patch: Update to spec file presence checking- Patch: More robust spec file presence checking
* Fri Mar 10 2023 Ondřej Nosek - 1.66-4- Patch: Do not generate pre-push hook script in some cases
* Wed Mar 01 2023 Ondřej Nosek - 1.66-3- Patch: Process source URLs with fragment in pre-push hook- Patch: container-build: update --signing-intent help for OSBS 2
* Tue Feb 21 2023 Ondřej Nosek - 1.66-2- rebuild for unification of all branches
* Mon Feb 20 2023 Ondřej Nosek - 1.66-1- container-build: document --compose-ids overrides any new composes (kdreyer)- Use srpm when scratch-building from dirty repo - #652 (otto.liljalaakso)- Code cleanup in tests/test_cli.py (otto.liljalaakso)- Reduce indentation in assert_build helper (otto.liljalaakso)- Allow empty commits - 494 (msuchy)- Allow forcing download of all sources - #650 (otto.liljalaakso)- Add test case for not downloading unused sources (otto.liljalaakso)- Support \'results_dir=subdir\' when building from srpm - #648 (otto.liljalaakso)- Use local branch name as release when there is no remote (otto.liljalaakso)- Allow downstreams to define a default release (otto.liljalaakso)- Switch load_branch_merge to use multiple return (otto.liljalaakso)- Unittests for \'git push\' hook script (onosek)- Checking a repo configuration before \'git push\' with a git hook script - 491 (onosek)- Fix skipping NVR check with autorelease (nils)- pyrpkg.spec.SpecFile: More lenient parser for Source/Patch lines (fweimer)- Fix URL in CHANGELOG.rst (tmz)- Add Jenkinsfile for CI (onosek)- mockbuild: escape rpm command under mock - rhbz#2130349 (onosek)- Fixes for exploded SRPM layouts - #633 (tdawson)- `fedpkg local` does not show rpmbuild output - rhbz#2124809 (onosek)
* Mon Oct 10 2022 Ondřej Nosek - 1.65-3- Patch: Fixes for exploded SRPM layouts- Patch: mockbuild: escape rpm command under mock
* Wed Sep 07 2022 Ondřej Nosek - 1.65-2- Patch: `fedpkg local` does not show rpmbuild output
* Wed Sep 07 2022 Ondřej Nosek - 1.65-1- Extra arguments now use shell-escaping - revert (onosek- Remove pytest warnings (onosek)- Refuse import of packages processed by rpmautospec (zbyszek)- follow redirects for lookaside (tkopecek)- Repair flake8 complaints (onosek)- Fix high level bandit findings (onosek)- container-build: improve help text for --compose-ids argument (kdreyer)- CONTRIBUTING.md fix links (onosek)- Improve change management process documentation (onosek)- Removing bandit issues from cli.py (drumian)- Extract source RPMs with rpm2archive if possible (praiskup)- Set up bandit scanner for rpkg (onosek)- Refuse to \"commit -c\" when using
* Fri Apr 28 2023 Fedora Project - 1.66-7.fc36- local build - 454 (drumian)- Refactoring loading rpmautospec feature (onosek)- add --background option for container-build which allows to create build with lower priority (rcerven)- \'clean --dry-run\' deprecation warning (drumian)- Better exit code for connection error (drumian)- Fix generation of optional parameters in man page (mspacek)- Use absolute path for mock results in `lint` (onosek)- contaner-build does not check for existence of kojisession.buildContainer - 532 (drumian)- Fix: \'lint\' subcommand should not invoke rpmlint on debuginfo packages - rhbz#2052451 (drumian)- Add `--custom-user-metadata` to build command (onosek)- Fix: \'lint -i/--info\' does not work - rhbz#2016616 (drumian)- Fix: AlreadyUploadedError when package has no sources - 604 (drumian)- Fix: Extra arguments now use shell-escaping - 587 (drumian)
* Fri Aug 19 2022 Ondřej Nosek - 1.64-9- Patch: Extract source RPMs with rpm2archive if possible
* Thu Aug 18 2022 Ondřej Nosek - 1.64-8- Patch: Repair flake8 complaints- Patch: follow redirects for lookaside
* Sat Jul 23 2022 Fedora Release Engineering - 1.64-7- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jun 14 2022 Python Maint - 1.64-6- Rebuilt for Python 3.11
* Mon Apr 18 2022 Ondřej Nosek - 1.64-5- Patch: add --background option for container-build which allows to create build
* Tue Apr 05 2022 Ondřej Nosek - 1.64-4- Patch: Better exit code for connection error
* Fri Mar 18 2022 Ondřej Nosek - 1.64-3- Patch: Add `--custom-user-metadata` to build command
* Tue Feb 08 2022 Ondřej Nosek - 1.64-2- Upload correct tarball
* Tue Jan 25 2022 Ondřej Nosek - 1.64-1- Fix:
*pkg now takes into account --path parameter while building SRPM - 580 (drumian)- \'lint\' can run with different \'rpmlint\' versions - rhbz#1967821 (onosek)- Support building SRPMs in target mock - #495 (onosek)- Use unittest.mock on Python 3 (miro)- Add support for mockbuild in lint command (oturpe)- Fix srpm and binary rpm lookup in lint subcommand - #586 (oturpe)- mockbuild: allow enforcing local mock config in fedpkg (praiskup)- list-side-tags - fix unavailable username (sergio)- Accept also ~/.config/mock/.cfg files (praiskup)- improve srpm --help description (kdreyer)- Improve how the .spec file is selected (mads)- Include `fmf` config in the list of reserved files - 452 (psplicha)- Fix flake8 syntax (onosek)- Continue execution if specfile parsing fails - #583 (oturpe)- Consider Patch tags in specfile parser - rhbz#2010518 (oturpe)- Support for custom completers (onosek)- Fixes import fail with sources already imported - #573 (drumian)- Also document Python 3.10 support in the README (miro)- Test and support Python 3.10 (miro)- Print SpecFile parsing debug info - rhbz#2000556 (onosek)- Pass sourcedir to rpmspec when specfile is parsed - #559 (oturpe)- Fix unittests to be Python 2 compatible (drumian)- Changing escaping of dash in docs - older releases (onosek)- Changing escaping of dash in docs. (drumian)
* Fri Jan 21 2022 Fedora Release Engineering - 1.63-7- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Dec 14 2021 Ondřej Nosek - 1.63-6- drop nosetests for Python3- disable pytest coverage during build
* Wed Dec 01 2021 Ondřej Nosek - 1.63-5- Patch: Continue execution if specfile parsing fails- Patch: Consider Patch tags in specfile parser
* Mon Nov 29 2021 Ondřej Nosek - 1.63-4- Patch: Fixes import fail with sources already imported
* Mon Sep 13 2021 Ondřej Nosek - 1.63-3- Add python-requests-kerberos as a new dependency for RHEL packages- Patch: Print SpecFile parsing debug info
* Wed Sep 01 2021 Ondřej Nosek - 1.63-2- Patch: Pass sourcedir to rpmspec when specfile is parsed
* Tue Aug 24 2021 Dominik Rumian - 1.63-1- Do not download unused sources during command \'sources\' - #559 (oturpe)- Added \'x-pkg verrel\' for containers - #547 (jkunstle)- container-build: improve help text for --signing-intent argument (kdreyer)- Make sure all commits have a proper subject (sgallagh)- Fix unittest for previous commit (onosek)- better new-sources output when all sources already exist Fixes: #533 JIRA: RHELCMP-5529 (drumian)- Added \'remote\' to rpkg from rhpkg - 439 (jkunstle)- Add --offline cli argument for new-sources (oturpe)- Tests: Fix setting branch name with old git (nils)- Add and augment tests for rpmautospec (nils)- Reflect 1.fc36- Preprocess spec files using rpmautospec features (nils)- Detect generic use of rpmautospec features (nils)- Fix remaining Python3 SafeConfigParser warnings (nils)- Tests: specify branch name on `git init` (nils)- Remove leftover deprecated arguments (abisoi)- Remove deprecated arguments --dist and --module-name (abisoi)- Skip NVR check if the 1.fc36- Don\'t access unset variable (nils)- Improve help in fedpkg clone command - #367 (abisoi)- Fix rpkg container-build ignoring values when same argument is specified multiple times - #537 (abisoi)- list-side-tags: show creator of the tag - 358 (onosek)- Drop Python 2.6 support (onosek)- Enable flatpak tests that require libmodulemd (onosek)- Added .rpmlintrc to the list of files ignored by fedpkg import - rhbz#1946688 (abisoi)- Jenkins unittests run in docker container (onosek)- Add support for side tag suffix (lsedlar)- Check whether sources file is not a directory - #541 (onosek)- Add config option for writing dist-git build results to a subdirectory (oturpe)- ca cert was removed on koji-1.24.0 (sergio)- Improve automatic test suite (oturpe)- Better hint when running \'prep\' on detached branch - rhbz#1907964 (onosek)- Update description of the clean command - rhbz#1909461 (onosek)- Add --skip-nvr-check to the scratch-build command - rhbz#1671012 (onosek)
* Fri Jul 23 2021 Fedora Release Engineering - 1.62-7- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jul 08 2021 Ondřej Nosek - 1.62-6- Patch: Preprocess spec files using rpmautospec features and use %autorelease when parsing spec files- Patch: Skip NVR check if the %autorelease macro is used
* Fri Jun 04 2021 Python Maint - 1.62-5- Rebuilt for Python 3.10