From ae8150158860ef23b284920cd2b44187438709f7777f62a725716258beacca77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 24 May 2018 14:39:22 +0000 Subject: [PATCH] Accepting request 611893 from home:bmwiedemann:branches:devel:languages:python Update to 3.11.1 * make package build reproducible (boo#1041090) note: not tested OBS-URL: https://build.opensuse.org/request/show/611893 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parted?expand=0&rev=7 --- pyparted-3.10.7.tar.gz | 3 --- pyparted-3.11.1.tar.gz | 3 +++ python-parted.changes | 6 ++++++ python-parted.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pyparted-3.10.7.tar.gz create mode 100644 pyparted-3.11.1.tar.gz diff --git a/pyparted-3.10.7.tar.gz b/pyparted-3.10.7.tar.gz deleted file mode 100644 index 5b1a4be..0000000 --- a/pyparted-3.10.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78cbea4359782deb95efc074444909686952fcbfc19b97e15c06ca7dbfed8d2c -size 94742 diff --git a/pyparted-3.11.1.tar.gz b/pyparted-3.11.1.tar.gz new file mode 100644 index 0000000..4319da7 --- /dev/null +++ b/pyparted-3.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983b5123742d0124b640eafbeee9c5413d23b5ada29fb0adb34c5940a4f43664 +size 100585 diff --git a/python-parted.changes b/python-parted.changes index 38cfc49..e5a9e71 100644 --- a/python-parted.changes +++ b/python-parted.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 24 12:08:12 UTC 2018 - bwiedemann@suse.com + +- Update to 3.11.1 + * make package build reproducible (boo#1041090) + ------------------------------------------------------------------- Fri Mar 31 09:32:09 UTC 2017 - cbosdonnat@suse.com diff --git a/python-parted.spec b/python-parted.spec index cf4ef6b..7f071a4 100644 --- a/python-parted.spec +++ b/python-parted.spec @@ -21,11 +21,11 @@ License: GPL-2.0+ Group: Development/Languages/Python Name: python-parted %define srcname pyparted -Version: 3.10.7 +Version: 3.11.1 Release: 0 Url: http://fedorahosted.org/pyparted -Source0: https://pypi.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz +Source0: https://github.com/dcantrell/pyparted/archive/v3.11.1.tar.gz#/%{srcname}-%{version}.tar.gz # catch exception for unknown 'disk flag', kkaempf@suse.de Patch: pyparted-3.10.patch