Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cp210x-program for openSUSE:Factory 
checked in at 2023-09-15 22:04:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cp210x-program (Old)
 and      /work/SRC/openSUSE:Factory/.cp210x-program.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cp210x-program"

Fri Sep 15 22:04:35 2023 rev:3 rq:1111356 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cp210x-program/cp210x-program.changes    
2020-11-04 18:31:47.328227986 +0100
+++ /work/SRC/openSUSE:Factory/.cp210x-program.new.1766/cp210x-program.changes  
2023-09-15 22:09:45.370319185 +0200
@@ -1,0 +2,19 @@
+Sun Aug 27 09:38:29 UTC 2023 - Martin Hauke <mar...@gmx.de>
+
+- Update to new upstream release 0.4.1
+  * Always write output files with newlines.
+  * test binary mode for stdout stream.
+  * Doc: initial readme updates and conversion to rst format.
+  * FIX error: 'TypeError: can only concatenate str (not "bytes")
+    to str'.
+  * cp210x: Provide baud rate table as bytearray to pyusb
+  * cp210x: Convert return of pyusb.ctrl_transfer to bytearray
+  * fix format of sample ini files
+    + get rid of duplicate line, which made ConfigParser throw an
+      exception
+    + get rid of leading spaces, which made ConfigParser interpret
+      those entries as being additional lines in a multi-line value
+      for 120000 entry
+  * ini: Allow inline comments
+
+-------------------------------------------------------------------

Old:
----
  cp210x-program-0-4.tar.gz

New:
----
  cp210x-program-0.4.1.tar.gz

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

Other differences:
------------------
++++++ cp210x-program.spec ++++++
--- /var/tmp/diff_new_pack.VP2gEa/_old  2023-09-15 22:09:46.318353082 +0200
+++ /var/tmp/diff_new_pack.VP2gEa/_new  2023-09-15 22:09:46.322353225 +0200
@@ -1,7 +1,8 @@
 #
 # spec file for package cp210x-program
 #
-# Copyright (c) 2020, Martin Hauke <mar...@gmx.de>
+# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2020-2023, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +16,21 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%define realver 0-4
+
 Name:           cp210x-program
-Version:        0.4
+Version:        0.4.1
 Release:        0
 Summary:        EEPROM tool for Silabs CP210x USB-Serial adapters
 License:        LGPL-2.1-only
 Group:          Hardware/Other
 URL:            http://cp210x-program.sourceforge.net/
 #Git-Clone:     https://github.com/VCTLabs/cp210x-program.git
-Source:         
https://github.com/VCTLabs/cp210x-program/archive/%{name}-%{realver}.tar.gz
+Source:         
https://github.com/VCTLabs/cp210x-program/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-setuptools
+BuildRequires:  python3-pytest
 BuildRequires:  python3-pyusb
+BuildRequires:  python3-setuptools
 Requires:       python3-pyusb
 BuildArch:      noarch
 
@@ -38,7 +40,7 @@
 with this tool via USB.
 
 %prep
-%setup -q -n %{name}-%{name}-%{realver}
+%setup -q
 
 %build
 %python3_build
@@ -46,13 +48,11 @@
 %install
 %python3_install
 %fdupes %{buildroot}/%{python3_sitelib}
-
-%check
-./test.sh
+mv %{buildroot}/%{_bindir}/cp210x-program.py 
%{buildroot}/%{_bindir}/cp210x-program
 
 %files
 %license LICENSE
-%doc README doc/cp210x.txt
+%doc README.rst doc/cp210x.txt
 %{_bindir}/cp210x-program
 %{python3_sitelib}/cp210x*
 

++++++ cp210x-program-0-4.tar.gz -> cp210x-program-0.4.1.tar.gz ++++++
++++ 3373 lines of diff (skipped)

Reply via email to