Hello community,
here is the log from the commit of package python-pyjavaproperties for
openSUSE:Factory checked in at 2020-09-14 12:30:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyjavaproperties (Old)
and /work/SRC/openSUSE:Factory/.python-pyjavaproperties.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyjavaproperties"
Mon Sep 14 12:30:36 2020 rev:2 rq:834141 version:0.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pyjavaproperties/python-pyjavaproperties.changes
2019-02-19 13:55:15.640709605 +0100
+++
/work/SRC/openSUSE:Factory/.python-pyjavaproperties.new.4249/python-pyjavaproperties.changes
2020-09-14 12:31:41.325227227 +0200
@@ -1,0 +2,6 @@
+Fri Sep 11 10:44:33 UTC 2020 - John Vandenberg <[email protected]>
+
+- Remove pyjavaproperties_test.py from runtime package
+- Update URL
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyjavaproperties.spec ++++++
--- /var/tmp/diff_new_pack.HWebrS/_old 2020-09-14 12:31:42.637228063 +0200
+++ /var/tmp/diff_new_pack.HWebrS/_new 2020-09-14 12:31:42.637228063 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pyjavaproperties
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2012 Abel Luck <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -20,10 +20,10 @@
Name: python-pyjavaproperties
Version: 0.7
Release: 0
-Summary: A python library for parsing Java properties
+Summary: Python library for parsing Java properties
License: MIT
Group: Development/Languages/Python
-URL: https://github.com/toofishes/python-pyjavaproperties
+URL: https://bitbucket.org/skeptichacker/pyjavaproperties
Source0:
https://files.pythonhosted.org/packages/source/p/pyjavaproperties/pyjavaproperties-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -44,7 +44,11 @@
%install
%python_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+# Upstream patch to not install test module
+# https://bitbucket.org/skeptichacker/pyjavaproperties/pull-requests/1
+%{python_expand rm %{buildroot}%{$python_sitelib}/pyjavaproperties_test.py
+%fdupes %{buildroot}%{$python_sitelib}
+}
%check
%python_exec pyjavaproperties_test.py