Hello community,
here is the log from the commit of package python-jsonpath-rw for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:07:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-jsonpath-rw (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-jsonpath-rw.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonpath-rw"
Mon Mar 9 18:07:01 2020 rev:11 rq:776706 version:1.4.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-jsonpath-rw/python-jsonpath-rw.changes
2020-01-15 15:49:31.795463317 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-jsonpath-rw.new.26092/python-jsonpath-rw.changes
2020-03-09 18:07:06.372869363 +0100
@@ -1,0 +2,10 @@
+Tue Jan 8 23:06:06 UTC 2019 - Jonathan Brownell <[email protected]>
+
+- Remove redundant /etc/alternatives files produced on Red Hat
+
+-------------------------------------------------------------------
+Tue Dec 4 12:49:35 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jsonpath-rw.spec ++++++
--- /var/tmp/diff_new_pack.iTWGcE/_old 2020-03-09 18:07:06.732869542 +0100
+++ /var/tmp/diff_new_pack.iTWGcE/_new 2020-03-09 18:07:06.736869543 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jsonpath-rw
#
-# 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -25,7 +25,6 @@
Group: Development/Languages/Python
Url: https://github.com/kennknowles/python-jsonpath-rw
Source:
https://pypi.python.org/packages/source/j/jsonpath-rw/jsonpath-rw-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module ply}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
@@ -38,6 +37,11 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
+# detritus in /etc/alternatives from brp-python-bytecompile must be removed
+%define __os_install_post %(echo '%{__os_install_post}; \
+ rm -f %{buildroot}%{_sysconfdir}/alternatives/jsonpath.pyo; \
+ rm -f %{buildroot}%{_sysconfdir}/alternatives/jsonpath.pyc')
+
%python_subpackages
%description