#11 Update rawhide to upstream release 1.21.0
Closed a month ago by ankursinha. Opened 2 months ago by packit.
rpms/ packit/python-dunamai 1.21.0-rawhide-update-pull_from_upstream  into  rawhide

file modified
+1
@@ -9,3 +9,4 @@ 

  /python-dunamai-1.19.1.tar.gz

  /python-dunamai-1.19.2.tar.gz

  /python-dunamai-1.20.0.tar.gz

+ /python-dunamai-1.21.0.tar.gz

file modified
+1 -1
@@ -1,3 +1,3 @@ 

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.94.2.

+ The file was generated using packit 0.95.0.post1.dev8+gce6bd577.

file modified
+1 -1
@@ -6,7 +6,7 @@ 

  creating a tag.}

  

  Name:           python-dunamai

- Version:        1.20.0

+ Version:        1.21.0

  Release:        %{autorelease}

  Summary:        Dynamic version generation

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (python-dunamai-1.20.0.tar.gz) = 1098c4b637878b834e3c77bcda74b49b5bd75544003fd4ee8e9e8b2c030cd1553000c84e4c74e802dd07780f6dec8d83e79bbe38a2c430562673bbf5f8068a02

+ SHA512 (python-dunamai-1.21.0.tar.gz) = a4181ab528bd49a688e7a23b72b93e531f5fd1ad15d883217b05493c3e9c75a44ef840399e06119b93231206d9b9a25ecea080ddefdb9bfac9b9c03231565bb4

Upstream tag: v1.21.0
Upstream commit: e6d28dd6
Release monitoring project: 29644
Resolves: rhbz#2277902


If you need to do any change in this pull request, you can clone Packit's fork and push directly to the source branch of this PR (provided you have commit access to this repository):

git clone ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/python-dunamai.git
cd python-dunamai
git checkout 1.21.0-rawhide-update-pull_from_upstream
git push origin 1.21.0-rawhide-update-pull_from_upstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd python-dunamai
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/python-dunamai.git
git fetch packit refs/heads/1.21.0-rawhide-update-pull_from_upstream
git checkout 1.21.0-rawhide-update-pull_from_upstream
git push packit 1.21.0-rawhide-update-pull_from_upstream

If you have the koji_build job configured as well, make sure to configure the allowed_pr_authors and/or allowed_committers (see the docs) since by default, Packit reacts only to its own PRs.


Before pushing builds/updates, please remember to check the new version against the packaging guidelines.

For example, please:

  • check that the new sources only contain permissible content
  • check that the license of the new version has not changed
  • check for any API/ABI and other changes that may break dependent packages
  • check the autogenerated changelog

:exclamation: Changed default for the changelog entry generated by Packit

We would like to bring to your attention a recent update regarding the default changelog entry generated by Packit during release syncing. Going forward, the default changelog entry will be generated as follows:

- Update to version {version}

followed by a Bugzilla reference if thereis an open bug about a new upstream release.
This aligns with the Fedora Packaging Guidelines and has been agreed upon in this discussion. If you prefer a different behaviour, you can override this default in your configuration, e.g. by using custom command(s) in changelog-entry action (see example).

Logs and details of the syncing: Packit dashboard

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/de4488bb42734d77998c20d62fb9df42

Pull-Request has been closed by ankursinha

a month ago