#199 Update f39 to upstream release 0.8.4
Closed 4 months ago by lachmanfrantisek. Opened 4 months ago by packit.
rpms/ packit/python-requre 0.8.4-f39-update-propose_downstream  into  f39

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

  /requre-0.8.1.tar.gz

  /requre-0.8.2.tar.gz

  /requre-0.8.3.tar.gz

+ /requre-0.8.4.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.83.0.post1.dev20+gaf7edc1f.

+ The file was generated using packit 0.87.1.post1.dev11+gd1f7091b.

file modified
+4 -1
@@ -5,7 +5,7 @@ 

  

  

  Name:           python-requre

- Version:        0.8.3

+ Version:        0.8.4

  Release:        1%{?dist}

  Summary:        Python library that allows re/store output of various objects for testing

  
@@ -57,6 +57,9 @@ 

  

  

  %changelog

+ * Sun Jan 07 2024 Packit <hello@packit.dev> - 0.8.4-1

+ - Provide `__version__` of the package so it can be easily checked when installed on the system.

+ 

  * Mon Oct 30 2023 Packit <hello@packit.dev> - 0.8.3-1

  - Fix an issue of clashing with the _coverage_.

  - Packaging has been modernized.

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

- SHA512 (requre-0.8.3.tar.gz) = 048adee70cc72301c37287d215fcb2aa4d24c62f61b92db4924ce922bb2e2eee7f920e0aea926b57adf547628f3e054154c8bb4da3d7866d5b2d7687e1df4fdb

+ SHA512 (requre-0.8.4.tar.gz) = a137032ffe8f732828c9cab984643ca5f8a2e071df45ce071ad6a2970c1c3612d51e063689e02342504ba906f66b7fb598f01e40fb336682576e5743793b6c70

Upstream tag: 0.8.4
Upstream commit: db770d62


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-requre.git
cd python-requre
git checkout 0.8.4-f39-update-propose_downstream
git push origin 0.8.4-f39-update-propose_downstream

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

cd python-requre
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/python-requre.git
git fetch packit refs/heads/0.8.4-f39-update-propose_downstream
git checkout 0.8.4-f39-update-propose_downstream
git push packit 0.8.4-f39-update-propose_downstream

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

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

Pull-Request has been closed by lachmanfrantisek

4 months ago