From eef83b39bcda5b8695c9248a57578da31480b464a41d36608d003ddf8aa2799b Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Fri, 20 Apr 2018 18:11:03 +0000 Subject: [PATCH] Accepting request 599475 from home:okurz:branches:devel:languages:python Update to 1.1.3 OBS-URL: https://build.opensuse.org/request/show/599475 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-canonicaljson?expand=0&rev=4 --- python-canonicaljson-1.0.0.tar.gz | 3 --- python-canonicaljson-1.1.3.tar.gz | 3 +++ python-canonicaljson.changes | 10 ++++++++++ python-canonicaljson.spec | 6 ++++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 python-canonicaljson-1.0.0.tar.gz create mode 100644 python-canonicaljson-1.1.3.tar.gz diff --git a/python-canonicaljson-1.0.0.tar.gz b/python-canonicaljson-1.0.0.tar.gz deleted file mode 100644 index 5fefb5c..0000000 --- a/python-canonicaljson-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99da302069a91eb2305a5a0a8965738f7345baf6f6ba7266d3cc77e1d5fe827a -size 6103 diff --git a/python-canonicaljson-1.1.3.tar.gz b/python-canonicaljson-1.1.3.tar.gz new file mode 100644 index 0000000..63fb7f4 --- /dev/null +++ b/python-canonicaljson-1.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b252582d0d8908a545c6b33f7509c13338c1033ad049b3e917bf730395224dc0 +size 10112 diff --git a/python-canonicaljson.changes b/python-canonicaljson.changes index 126239d..3fb7139 100644 --- a/python-canonicaljson.changes +++ b/python-canonicaljson.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 20 18:08:21 UTC 2018 - okurz@suse.com + +- Cleanup duplicate files in singlespec package with fdupes + +------------------------------------------------------------------- +Fri Apr 20 18:05:19 UTC 2018 - okurz@suse.com + +- Update to 1.1.3 + ------------------------------------------------------------------- Mon Feb 27 13:49:57 UTC 2017 - okurz@suse.com diff --git a/python-canonicaljson.spec b/python-canonicaljson.spec index 4713a16..248fd45 100644 --- a/python-canonicaljson.spec +++ b/python-canonicaljson.spec @@ -1,7 +1,7 @@ # # spec file for package python-canonicaljson # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define github_user matrix-org %define short_name canonicaljson Name: python-%{short_name} -Version: 1.0.0 +Version: 1.1.3 Release: 0 Summary: Canonical JSON License: Apache-2.0 @@ -31,6 +31,7 @@ BuildRequires: %{python_module base} BuildRequires: %{python_module frozendict} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module simplejson} +BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -61,6 +62,7 @@ Features %install %python_install +%fdupes %{buildroot}%{_prefix} %files %{python_files} %defattr(-,root,root,-)