14
0

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
This commit is contained in:
2018-04-20 18:11:03 +00:00
committed by Git OBS Bridge
parent bfe74795e3
commit eef83b39bc
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99da302069a91eb2305a5a0a8965738f7345baf6f6ba7266d3cc77e1d5fe827a
size 6103

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b252582d0d8908a545c6b33f7509c13338c1033ad049b3e917bf730395224dc0
size 10112

View File

@@ -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

View File

@@ -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,-)