Hello community,

here is the log from the commit of package python-posix_ipc for 
openSUSE:Factory checked in at 2019-03-05 12:22:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-posix_ipc (Old)
 and      /work/SRC/openSUSE:Factory/.python-posix_ipc.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-posix_ipc"

Tue Mar  5 12:22:55 2019 rev:5 rq:681394 version:1.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-posix_ipc/python-posix_ipc.changes        
2016-11-24 21:22:47.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-posix_ipc.new.28833/python-posix_ipc.changes 
    2019-03-05 12:22:59.464884079 +0100
@@ -1,0 +2,8 @@
+Mon Mar  4 12:19:30 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 1.0.4:
+  * Support python3
+- Switch to singlespec
+- Run tests
+
+-------------------------------------------------------------------

Old:
----
  posix_ipc-1.0.0.tar.gz

New:
----
  posix_ipc-1.0.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-posix_ipc.spec ++++++
--- /var/tmp/diff_new_pack.J3ZgH8/_old  2019-03-05 12:23:00.048883901 +0100
+++ /var/tmp/diff_new_pack.J3ZgH8/_new  2019-03-05 12:23:00.052883899 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-posix_ipc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,23 +12,24 @@
 # 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/
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-posix_ipc
-Version:        1.0.0
+Version:        1.0.4
 Release:        0
-Summary:        POSIX IPC primitives for Python
+Summary:        POSIX IPC primitives (semaphores, shared memory and message 
queues) for Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://semanchuk.com/philip/posix_ipc/
-Source:         
https://pypi.python.org/packages/source/p/posix_ipc/posix_ipc-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%endif
+URL:            http://semanchuk.com/philip/posix_ipc/
+Source:         
https://files.pythonhosted.org/packages/source/p/posix_ipc/posix_ipc-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+%python_subpackages
 
 %description
 posix_ipc is a Python module (written in C) that permits creation and 
@@ -40,14 +41,18 @@
 %setup -q -n posix_ipc-%{version}
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%files
-%defattr(-,root,root,-)
-%doc LICENSE README ReadMe.html
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m unittest 
discover
+
+%files %{python_files}
+%license LICENSE
+%doc README ReadMe.html
 %{python_sitearch}/*
 
 %changelog

++++++ posix_ipc-1.0.0.tar.gz -> posix_ipc-1.0.4.tar.gz ++++++
++++ 3287 lines of diff (skipped)


Reply via email to