#7 Update rawhide to upstream release 3.21.0
Closed 3 months ago by msuchy. Opened 3 months ago by packit.
rpms/ packit/python-marshmallow 3.21.0-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.

file modified
+28 -2
@@ -5,8 +5,8 @@ 

  %global _docdir_fmt %{name}

  

  Name:           python-%{modname}

- Version:        3.19.0

- Release:        6%{?dist}

+ Version:        3.21.0

+ Release:        1%{?dist}

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

  License:        MIT

  URL:            http://marshmallow.readthedocs.org/
@@ -134,6 +134,32 @@ 

  

  

  %changelog

+ * Tue Feb 27 2024 Packit <hello@packit.dev> - 3.21.0-1

+ - Bump version and update changelog (Steven Loria)

+ - URL User Info Validation (#2244) (Jared Deckard)

+ - [pre-commit.ci] pre-commit autoupdate (#2242) (pre-commit-ci[bot])

+ - Fix typo (Steven Loria)

+ - Deprecate __version__ and related attributes (#2229) (Steven Loria)

+ - [pre-commit.ci] pre-commit autoupdate (pre-commit-ci[bot])

+ - [pre-commit.ci] pre-commit autoupdate (#2239) (pre-commit-ci[bot])

+ - Bump actions/setup-python from 4 to 5 (#2236) (dependabot[bot])

+ - Bump actions/upload-artifact from 3 to 4 (#2237) (dependabot[bot])

+ - Bump actions/download-artifact from 3 to 4 (#2238) (dependabot[bot])

+ - Chores: GHA dependabot; remove unnecessary pip upgrades; update RELEASING.md (#2235) (Steven Loria)

+ - Remove another copyright year (#2234) (Steven Loria)

+ - Chores: unconditionally build PRs; remove licence year (#2233) (Steven Loria)

+ - Bump sphinx-issues from 3.0.1 to 4.0.0 (#2230) (dependabot[bot])

+ - [pre-commit.ci] pre-commit autoupdate (#2231) (pre-commit-ci[bot])

+ - Dev chores  (#2226) (Steven Loria)

+ - Remove logo_name to fix sidebar (Steven Loria)

+ - Bump alabaster from 0.7.15 to 0.7.16 (#2225) (dependabot[bot])

+ - Fix CoC link (Steven Loria)

+ - Update pypi links (Steven Loria)

+ - Build on pushing to maintenance branches (#2224) (Steven Loria)

+ - Format yml file; use same pre-commit version as in tox (#2223) (Steven Loria)

+ - Update docs re: python compat (#2222) (Steven Loria)

+ - Resolves rhbz#2120495

+ 

  * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.0-6

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

  

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

- SHA512 (marshmallow-3.19.0.tar.gz) = e908ab33703fed5a9290189aa151dfdb425668bebe89063084f10435d2030927ce001c0d34d504d19998863431ded52a7a551085b11212489495d34aadb3b9e1

- SHA512 (ordered_set.patch) = c4a2e832fc0e8a34d8fce84b6d4afffb9273b12a175a78b49d3228ebafc7117e10d883691f81add8950166ae360615167b2bf575dd887152cf0e1c181ce89c07

- SHA512 (versionwarning-disable.patch) = d41a3c696f61f4d8ef1786c358558f47bb23115744e5c2b78d36c52cc29fb7bcdfa85504d7ce8e914b60478c13d83700a1aa447063d48fa92f132874f5a9825e

- SHA512 (disable-autodocsumm.patch) = 1b34c3a4afdbb2012f3a1dfb79e5db6111833709fc0a0a06f873aa7f132183298eadc35fe02225180d3060ca683b436be6b05dc76413309b44224c55129823bd

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

Upstream tag: 3.21.0
Upstream commit: cd976d5d
Release monitoring project: 8079
Resolves rhbz#2120495


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

Logs and details of the syncing: Packit dashboard

Manually rebased and pushed.

Pull-Request has been closed by msuchy

3 months ago