Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyscard for openSUSE:Factory 
checked in at 2024-10-21 16:26:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyscard (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyscard.new.26871 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyscard"

Mon Oct 21 16:26:36 2024 rev:21 rq:1216717 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyscard/python-pyscard.changes    
2024-09-11 16:57:44.223906719 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyscard.new.26871/python-pyscard.changes 
2024-10-21 16:26:53.310682073 +0200
@@ -1,0 +2,30 @@
+Sun Oct 20 20:20:21 UTC 2024 - Martin Hauke <[email protected]>
+
+- Update to version 2.2.0
+   * PCSCCardRequest: 
+    - handle KeyboardInterrupt in waitforcard() & waitforcardevent()
+        - use a local PC/SC context to avoid locks
+   * smartcard.util.padd(): do NOT modify the input parameter
+   * CardMonitoring: a timeout exception IS expected
+   * Fix pydoctor documentation
+   * wx: fix module and examples
+   * Remove Python 2 conditional code
+   * Test and improve the synchronization code
+   * Test and update the `Observer.py` code
+   * Remove `ClassLoader.py`
+   * Migrate a `src/` layout
+   * Migrate test/* from unittest to pytest
+   * Add missing GSM 03.38 symbols for decoding
+   * Support only Python 3.9 and higher
+   * Remove the Python 2.x-only Pyro dependency
+   * Migrate CI to use the official Coveralls action
+   * Standardize local and CI testing to use tox
+   * Build wheels in CI for all supported Python versions
+   * Build the docs as a part of the test suite
+   * Begin to add type annotations to the package
+   * Deprecate the `HexListToBinString`, `BinStringToHexList`,
+     `hl2bs`, and `bs2hl` utility functions
+   * Support "64" as an ATR baud rate adjustment integer
+     (ISO 7816-3 2006)
+
+-------------------------------------------------------------------

Old:
----
  pyscard-2.1.1.tar.gz

New:
----
  pyscard-2.2.0.tar.gz

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

Other differences:
------------------
++++++ python-pyscard.spec ++++++
--- /var/tmp/diff_new_pack.wCV0LW/_old  2024-10-21 16:26:53.806702882 +0200
+++ /var/tmp/diff_new_pack.wCV0LW/_new  2024-10-21 16:26:53.806702882 +0200
@@ -19,7 +19,7 @@
 
 %define modname pyscard
 Name:           python-pyscard
-Version:        2.1.1
+Version:        2.2.0
 Release:        0
 Summary:        Python module adding smart card support
 License:        LGPL-2.0-or-later
@@ -27,8 +27,8 @@
 URL:            https://pyscard.sourceforge.io/
 Source:         
https://files.pythonhosted.org/packages/source/p/pyscard/pyscard-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  pkgconfig
@@ -45,8 +45,6 @@
 
 %prep
 %setup -q -n %{modname}-%{version}
-mv smartcard/doc .
-dos2unix LICENSE
 
 %build
 export CFLAGS="%{optflags}"
@@ -57,12 +55,11 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-mv smartcard smartcard_hide
-%pyunittest_arch discover -v
+%pytest_arch
 
 %files %{python_files}
-%doc ChangeLog doc README.md
 %license LICENSE
+%doc ChangeLog README.md
 %{python_sitearch}/pyscard*
 %{python_sitearch}/smartcard
 

++++++ pyscard-2.1.1.tar.gz -> pyscard-2.2.0.tar.gz ++++++
++++ 44629 lines of diff (skipped)

Reply via email to