#8 Update rawhide to upstream release 3.21.1
Closed 2 months ago by msuchy. Opened 2 months ago by packit.
rpms/ packit/python-marshmallow 3.21.1-rawhide-update-pull_from_upstream  into  rawhide

file added
+3
@@ -0,0 +1,3 @@ 

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.93.0.post1.dev3+ge6195b47.

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

  %global _docdir_fmt %{name}

  

  Name:           python-%{modname}

- Version:        3.21.0

+ Version:        3.21.1

  Release:        1%{?dist}

  Summary:        Python library for converting complex datatypes to and from primitive types

  License:        MIT
@@ -134,6 +134,11 @@ 

  

  

  %changelog

+ * Tue Mar 05 2024 Packit <hello@packit.dev> - 3.21.1-1

+ - Bump version and update changelog (Steven Loria)

+ - Fix error message (#2246) (Steven Loria)

+ - Resolves rhbz#2267945

+ 

  * Tue Feb 27 2024 Miroslav Suchý <msuchy@redhat.com>

  - rebase to 3.21.0

  

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

- SHA512 (marshmallow-3.21.0.tar.gz) = d08e4eedafc1d6f2bfab463357febc75013e8a548195ab85aac55fa225f2180a4f1646d68f8586d369dd108a793086c5bb8522c7543a51540ec4ee6de5305ad3

+ SHA512 (marshmallow-3.21.1.tar.gz) = 6de06ced6a58ef0c312ee4c1edfbe011401bba08c27fcf2dd2c3e44cb072cded1cf5f16a4d4945344d56f0d26b5eb165f6d031b50c215f122c7cc6fe25389318

Upstream tag: 3.21.1
Upstream commit: df23ad00
Release monitoring project: 8079
Resolves rhbz#2267945


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-marshmallow.git
cd python-marshmallow
git checkout 3.21.1-rawhide-update-pull_from_upstream
git push origin 3.21.1-rawhide-update-pull_from_upstream

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

cd python-marshmallow
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/python-marshmallow.git
git fetch packit refs/heads/3.21.1-rawhide-update-pull_from_upstream
git checkout 3.21.1-rawhide-update-pull_from_upstream
git push packit 3.21.1-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

Pull-Request has been closed by msuchy

2 months ago