#42 Update rawhide to upstream release 6.1.3
Closed 10 months ago by ttomecek. Opened 10 months ago by packit.
rpms/ packit/python-docker 6.1.3-rawhide-update-pull_from_upstream  into  rawhide

[packit] 6.1.3 upstream release
Packit • 10 months ago  
file modified
+1
@@ -35,3 +35,4 @@ 

  /docker-5.0.0.tar.gz

  /docker-5.0.2.tar.gz

  /docker-5.0.3.tar.gz

+ /docker-6.1.3.tar.gz

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

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.78.1.

file modified
+6 -2
@@ -14,8 +14,8 @@ 

  %global srcname docker

  

  Name:           python-%{srcname}

- Version:        5.0.3

- Release:        5%{?dist}

+ Version:        6.1.3

+ Release:        1%{?dist}

  Summary:        A Python library for the Docker Engine API

  License:        ASL 2.0

  URL:            https://pypi.org/project/%{srcname}
@@ -116,6 +116,10 @@ 

  %endif # tests

  

  %changelog

+ * Mon Jul 24 2023 Packit <hello@packit.dev> - 6.1.3-1

+ - fix: eventlet compatibility (#3132) (Mathieu Virbel)

+ - ci: empty commit to trigger readthedocs (Milas Bowman)

+ 

  * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-5

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

  

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

- SHA512 (docker-5.0.3.tar.gz) = b2e587f1a73c73297b58150f93df52963004a9cd7ccbe2aa57ba161add19913b9d8a74ace59d0ecb9e720222cdf947f9495629ab022ef8ef585bbfc84058e57b

+ SHA512 (docker-6.1.3.tar.gz) = 52641af0c58ca496712d00a1363ecb43bda9cef01553a052f6f5295b04029ece3b9b7a860ee44a5fa7a4255e850d802c31309aecc93011d19d42dd45c2e03c0d

Upstream tag: 6.1.3
Upstream commit: 78439ebb

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):

git fetch https://src.fedoraproject.org/forks/packit/rpms/python-docker.git refs/heads/*:refs/remotes/packit/*
git checkout packit/6.1.3-rawhide-update-pull_from_upstream

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/1dbb402097c1492a99c1a344291aefc0

Pull-Request has been closed by ttomecek

10 months ago