diff --git a/projects/python-gzipstream/python-gzipstream.changes b/projects/python-gzipstream/python-gzipstream.changes index 3ccd376c89ab..7b944eeb93c4 100644 --- a/projects/python-gzipstream/python-gzipstream.changes +++ b/projects/python-gzipstream/python-gzipstream.changes @@ -1,3 +1,7 @@ +------------------------------------------------------------------- +Wed Nov 27 16:43:08 CET 2019 - jgonzalez@suse.com + +- version 4.1.1-1 - Bump version to 4.1.0 (bsc#1154940) ------------------------------------------------------------------- diff --git a/projects/python-gzipstream/python-gzipstream.spec b/projects/python-gzipstream/python-gzipstream.spec index 3646868134a4..78085763b29d 100644 --- a/projects/python-gzipstream/python-gzipstream.spec +++ b/projects/python-gzipstream/python-gzipstream.spec @@ -29,7 +29,7 @@ Summary: Streaming zlib (gzip) support for python License: GPL-2.0-only Group: Development/Languages/Python Name: python-gzipstream -Version: 4.1.0 +Version: 4.1.1 Release: 1%{?dist} Url: https://github.com/uyuni-project/uyuni Source0: https://github.com/spacewalkproject/spacewalk/archive/python-gzipstream-%{version}.tar.gz diff --git a/projects/python-gzipstream/setup.py b/projects/python-gzipstream/setup.py index dabb4b63ede8..62591bfec678 100644 --- a/projects/python-gzipstream/setup.py +++ b/projects/python-gzipstream/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup setup(name = "gzipstream", - version = "4.0.4", + version = "4.1.1", description = "Streaming zlib (gzip) support for python", long_description = """\ A streaming gzip handler. diff --git a/rel-eng/packages/python-gzipstream b/rel-eng/packages/python-gzipstream index 93919b33a494..ce367a446bd3 100644 --- a/rel-eng/packages/python-gzipstream +++ b/rel-eng/packages/python-gzipstream @@ -1 +1 @@ -4.0.4-1 projects/python-gzipstream/ +4.1.1-1 projects/python-gzipstream/