Hello community,

here is the log from the commit of package python-ctypesgen for 
openSUSE:Factory checked in at 2020-01-04 19:20:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ctypesgen (Old)
 and      /work/SRC/openSUSE:Factory/.python-ctypesgen.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ctypesgen"

Sat Jan  4 19:20:25 2020 rev:4 rq:760412 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ctypesgen/python-ctypesgen.changes        
2018-12-27 00:26:25.895808358 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ctypesgen.new.6675/python-ctypesgen.changes  
    2020-01-04 19:20:29.321114572 +0100
@@ -1,0 +2,13 @@
+Thu Jan  2 12:09:20 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.0.2:
+  * Simplify and unify library loader for various platforms. Improve library
+  * path searches on Linux (parsed ld.so.conf includes now).
+  * First implementaion of #pragma pack
+  * First implemenation of #undef
+  * ties in with Travis CI to watch code developments
+  * improves testsuite, including moving all JSON tests to testsuite
+  * includes a decent Debian package build configuration
+  * automatically creates a man page to be included in the Debian package
+
+-------------------------------------------------------------------

Old:
----
  ctypesgen-0.1.1.tar.gz

New:
----
  ctypesgen-1.0.2.tar.gz

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

Other differences:
------------------
++++++ python-ctypesgen.spec ++++++
--- /var/tmp/diff_new_pack.JPbN5g/_old  2020-01-04 19:20:30.697115181 +0100
+++ /var/tmp/diff_new_pack.JPbN5g/_new  2020-01-04 19:20:30.733115197 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ctypesgen
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,14 +20,14 @@
 %define modname ctypesgen
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-%{modname}
-Version:        0.1.1
+Version:        1.0.2
 Release:        0
 Summary:        Pure Python Wrapper Generator for ctypes
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
-URL:            https://github.com/olsonse/ctypesgen
-Source:         
https://github.com/olsonse/ctypesgen/archive/ctypesgen-%{version}.tar.gz
+URL:            https://github.com/davidjamesca/ctypesgen
+Source:         
https://github.com/davidjamesca/ctypesgen/archive/ctypesgen-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -49,17 +49,16 @@
 
 %install
 %python_install
+%python_expand rm -r %{buildroot}%{$python_sitelib}/ctypesgen/test
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-pushd test
 export PYTHONDONTWRITEBYTECODE=1
-%python_exec testsuite.py
-popd
+%pytest ctypesgen/test/testsuite.py
 
 %files %{python_files}
 %license LICENSE
-%doc README todo.txt demo/*.{c,h,py}
+%doc README.md todo.txt demo/*.{c,h,py}
 %python3_only %{_bindir}/%{modname}
 %{python_sitelib}/ctypesgen*
 

++++++ ctypesgen-0.1.1.tar.gz -> ctypesgen-1.0.2.tar.gz ++++++
++++ 18258 lines of diff (skipped)


Reply via email to