Mon, 13 May 2024 22:52:35 UTC | login

Information for build rdopkg-0.47.2-1.fc29

ID72272
Package Namerdopkg
Version0.47.2
Release1.fc29
Epoch
SummaryRPM packaging automation tool CLI
Descriptionrdopkg is a tool for automating RPM packaging tasks such as managing patches, updating to a new version and much more. Although it contains several RDO-specific actions, most of rdopkg functionality can be used for any RPM package following conventions described in the rdopkg manual. This package contains rdopkg executable, man pages and docs.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 22 Aug 2018 18:49:47 UTC
CompletedWed, 22 Aug 2018 18:49:47 UTC
Tags
f29
f30
RPMs
src
rdopkg-0.47.2-1.fc29.src.rpm (info) (download)
noarch
python2-rdopkg-0.47.2-1.fc29.noarch.rpm (info) (download)
python3-rdopkg-0.47.2-1.fc29.noarch.rpm (info) (download)
rdopkg-0.47.2-1.fc29.noarch.rpm (info) (download)
Changelog * Tue Aug 21 2018 Jakub Ružička <jruzicka@redhat.com> 0.47.2-1 - info: fix `rdopkg info -l LOCAL` and add tests * Tue Aug 21 2018 Jakub Ružička <jruzicka@redhat.com> 0.47.1-1 - Update to 0.47.1 * Wed Aug 15 2018 Jakub Ružička <jruzicka@redhat.com> 0.47.0-2 - core: use distroinfo module to access rdoinfo - core: improve Python 3 compatibility - distgit: fix version to tag translations for vX.Y.Z tag style - distgit: allow '|' in patches_ignore regex - distgit: prevent unneeded patch file changes - doc: try using reno module to maintain release notes - doctor: reworked with rainbows * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.46.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.46.3-3 - Rebuilt for Python 3.7 * Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.46.3-2 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Thu Feb 15 2018 Jakub Ružička <jruzicka@redhat.com> 0.46.3-1 - deps: Remove requirement on pyOpenSSL (previously a workaround) - distgit: Add -R/--release-bump-index argument - distgit: Support DLRN 0.date.hash and 0.1.date.hash Release formats - distgit: Preserve Change-Id when amending a commit - distgit: normalize commit messages - new-version: ensure -H and -B work together - new-version: don't display redundant message on -b - new-version: enable `fedpkg new-sources` for Fedora by default - new-version: fix `fedpkg new-sources` getting wrong tarball - patch: return 0 on no new patches - pkgenv: show patches base and base git ref information - rdoinfo: Fix error on info-tags-diff for packages without buildsys-tags - rdoinfo: Use "project" as package primary key to compare tags - reqcheck: normalize python2/python3 package names - spec: better detection of multiple changelog entries - spec: don't get confused by changelog mentions in the changelog - spec: don't duplicate %{?dist} - core: action alias support - core: fix new action check for old state - refactor: Remove legacy coprbuild action - refactor: nice error messages on invalid Version/patches_base - refactor: split utils.cmd, create separate utils.git module - refactor: unify patch and update-patches - tests: Add Zuul v3 jobs - tests: Add newversion.feature scenario using --bug - tests: Add topy to tox as a linting check - tests: Extend newversion.feature for coverage of -H - tests: add topy to whitelist_externals - tests: expand fix.feature scenarios - tests: improved reporting and test names - tests: make spec file Then assert more descriptive - doc: Trailing whitespace cleanup in doc files - doc: Typo fixes from topy - doc: include feature scenarios in the documentation - doc: make file naming consistent - doc: remove obsolete building doc - doc: update README.md with Fedora/EPEL install instructions - doc: update README.md with current information - doc: update bug tracker information in the manual * Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.45.0-5 - Escape macros in %changelog * Wed Sep 06 2017 Jakub Ružička <jruzicka@redhat.com> 0.45.0-4 - First Fedora release * Mon Sep 04 2017 Jakub Ružička <jruzicka@redhat.com> 0.45.0-3 - Split CLI into separate package for easy py2 -> py3 transition - Reccomend blessings instead of Require on supported platforms * Wed Aug 30 2017 Jakub Ružička <jruzicka@redhat.com> 0.45.0-2 - Correct Source URL * Wed Aug 30 2017 Jakub Ružička <jruzicka@redhat.com> 0.45.0-1 - fix: Fix rdo_projects.py example to work with latest rdoinfo - fix: Remove obsolete run_tests.sh - fix: Use absolute path for base_path when not using local_repo_path - fix: cbsbuild: fix compatibility with Koji 1.13 - fix: core: only load state file on --continue - fix: patch: format-patches with a standard abbrev setting - fix: restore proper --continue functionality - fix: show nice message on no distgit changes and unbreak gate - spec: add Python 3 package - spec: add docstrings to some methods - spec: improve unicode support - spec: properly expand macros defined in .spec file - tests: Add a rdopkg fix scenario - no changelog update - tests: Additional test for --abort clears rdopkg state file - tests: add rdopkg fix revert everything scenario - tests: enable python 3 testing - tests: fix whitespace to make pycodestyle happy - tests: speed up findpkg integration test - tests: use tox to setup and run tests - doc: Update MANIFEST.in - doc: update HACKING.md for new test setup * Thu Aug 24 2017 Jakub Ruzicka <jruzicka@redhat.com> 0.44.2-2 - Add Python 3 support with python3-rdopkg * Wed Jul 26 2017 Jakub Ruzicka <jruzicka@redhat.com> 0.44.2-1 - Use absolute path for repo_path * Tue Jul 25 2017 Jakub Ruzicka <jruzicka@redhat.com> 0.44.1-1 - setup.py: removed versioned requires breaking epel7 - Add pbr to requirements.txt * Wed Jul 19 2017 Jakub Ruzicka <jruzicka@redhat.com> 0.44.0-1 - Update to 0.44.0 - Add BDD feature tests using python-behave - Add options to specify user and mail in changelog entry - Add support for buildsys-tags in info-tags-diff - Adopt pbr for version and setup.py management - Avoid prompt on non interactive console - Avoid test failure due to git hooks - Fix linting - Fix output of info-tags-diff for new packages - Improve changelog handling - Improve patches_ignore detection - Migrate to softwarefactory-project.io - Python 3 compatibility fixes - allow patches remote and branch to be set in git config - core: refactor unreasonable default atomic=False - distgit: Use NVR for commit title for multiple changelog lines - distgit: new -H/--commit-header-file option - document new-version's --bug argument - guess: return RH osdist for eng- dist-git branches - make git.config_get behave more like dict.get - new-version: handle RHCEPH and RHSCON products - patch: new -B/--no-bump option to only sync patches - pkgenv: display color coded hashes for branches - refactor: merge legacy rdopkg.utils.exception - specfile: fix improper naming: get_nvr, get_vr - tests: enable nice py.test diffs for common test code * Thu Mar 30 2017 Jakub Ruzicka <jruzicka@redhat.com> 0.43-1 - Update to 0.43 - new-version: allow fully unattended runs - new-version: re-enable reqdiff - new-version: don't write patches_base for prefixed tags - patch: improve new/old patches detection - patch: new --changelog option - patch: only create one commit - update-patches: deprecate in favor of `rdopkg patch` - pkgenv: don't query rdoinfo for obsolete information - shell: allow passing action description - specfile: raise when missing rpm lib in expand_macro() - tests: increase unit test coverage - tests: add findpkg integration tests to run_tests.sh - tests: skip rpm test when rpm module isn't available - tests: remove old test assets - tests: run_tests.sh: actually fail on test failure - cbsbuild: fix cbsbuild command failure - dist: add pytest to test-requirements.txt - distgit: better handling for patches_base and ignore - distgit: correctly use -f/--force option - doc: add virtualenv howto to HACKING and README - doc: add documentation on how patches_base is calculated - doc: improve docs for new-sources - man: give example for patches_ignore - guess: handle "VX.Y.Z" Git tags - pep8 cleanup * Tue Nov 22 2016 Jakub Ruzicka <jruzicka@redhat.com> 0.42-1 - Update to 0.42 - Counter past %{?milestone} bug - findpkg: new command to easily find single package - specfile: extend BuildArch sanity check to %autosetup - specfile: add a sanity check for double # patches_base - tag-patches: ignore RPM Epoch - get-source: unbreak after defaults change - reqcheck: add --spec/-s output for pasting - pkgenv: show patches apply method * Tue Nov 08 2016 Jakub Ruzicka <jruzicka@redhat.com> 0.41.4-1 - Update to 0.41.4 - Fixed -c argument parsing - Evade pyton 2.7.5 regex bug on CentOS 7.2 * Fri Oct 21 2016 Jakub Ruzicka <jruzicka@redhat.com> 0.41.3-1 - Update to 0.41.3 - info: reintroduce lost info and info-diff-tags actions - tag-patches: fix recommended "push" action - Make --version work again * Thu Oct 20 2016 Jakub Ruzicka <jruzicka@redhat.com> 0.41.2-1 - Update to 0.41.2 - Bugfix release that attempts to fix setup.py yet again * Thu Oct 20 2016 Jakub Ruzicka <jruzicka@redhat.com> 0.41.1-1 - Update to 0.41.1 - Bugfix release that adds rdopkg.actions to setup.py * Wed Oct 19 2016 Jakub Ruzicka <jruzicka@redhat.com> 0.41-1 - Update to 0.41 - patch: fix milestone handling and cover with unit tests - Fix macro expansion when redefining macros - Nuke python-parsley requirement - actions: add "tag-patches" command - refactor: split actions.py into action modules - doc: rename asciidoc files from ".txt" to ".adoc" - doc: update HACKING.md * Thu Sep 15 2016 Jakub Ruzicka <jruzicka@redhat.com> 0.40-1 - Update to 0.40 - info-tags-diff: new utility action to show rdoinfo tag changes - patch: fix traceback with no new patches - pkgenv: fix traceback on unknown gerrit chain - Fix new-version release tag management - cbsbuild: make rpm module optional * Wed Aug 24 2016 Jakub Ruzicka <jruzicka@redhat.com> 0.39-1 - Update to 0.39 - new-version: support X.Y.Z.0MILESTONE releases - pkgenv: show NVR detected from .spec - cbsbuild: make koji module optional