#4 Update rawhide to upstream release 0.23.0
Opened 3 months ago by packit. Modified 3 months ago
rpms/ packit/golang-github-openapi-strfmt 0.23.0-rawhide-update-pull_from_upstream  into  rawhide

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

  /strfmt-0.19.5.tar.gz

  /strfmt-0.19.11.tar.gz

  /strfmt-0.22.2.tar.gz

+ /strfmt-0.23.0.tar.gz

@@ -3,7 +3,7 @@ 

  

  # https://github.com/go-openapi/strfmt

  %global goipath         github.com/go-openapi/strfmt

- Version:                0.22.2

+ Version:                0.23.0

  

  %gometa

  

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

- SHA512 (strfmt-0.22.2.tar.gz) = 11e0f989ab145c1c52b8cfadf9d8b61e479fd45aeba6791838b421a76f5336ed93fc1e0413721e5b54bc05d45697a882efcab410826b34786c19998ffa201036

+ SHA512 (strfmt-0.23.0.tar.gz) = 0d7e6a2f3191675105eb88a63df78fcc3fb7e96006049216fe4c18c5526fc70e4ca6cb3ec5238356f6a1999923d4b25ccd21498f88e62266502be7374b2a4975

Upstream tag: v0.23.0
Upstream commit: f72fdf03
Release monitoring project: 20861
Resolves rhbz#2268814


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/golang-github-openapi-strfmt.git
cd golang-github-openapi-strfmt
git checkout 0.23.0-rawhide-update-pull_from_upstream
git push origin 0.23.0-rawhide-update-pull_from_upstream

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

cd golang-github-openapi-strfmt
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/golang-github-openapi-strfmt.git
git fetch packit refs/heads/0.23.0-rawhide-update-pull_from_upstream
git checkout 0.23.0-rawhide-update-pull_from_upstream
git push packit 0.23.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

Logs and details of the syncing: Packit dashboard