Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache-commons-csv for 
openSUSE:Factory checked in at 2023-04-05 21:28:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-csv (Old)
 and      /work/SRC/openSUSE:Factory/.apache-commons-csv.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-commons-csv"

Wed Apr  5 21:28:58 2023 rev:6 rq:1077581 version:1.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-commons-csv/apache-commons-csv.changes    
2022-09-02 21:56:40.528315726 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-csv.new.19717/apache-commons-csv.changes
 2023-04-05 21:36:18.234790665 +0200
@@ -1,0 +2,45 @@
+Tue Mar 28 12:55:16 UTC 2023 - David Anes <david.a...@suse.com>
+
+- Update to version 1.10.0:
+    - Minor changes #172. Thanks to Arturo Bernal.
+    - No Automatic-Module-Name prevents usage in JPMS projects without 
repacking the JAR. Fixes CSV-292. Thanks to Rob Vesse.
+    - Fix for multi-char delimiter not working as expected #218. Fixes 
CSV-288. Thanks to Santhsoh, Angus.
+    - CSVRecord.get(Enum) should use Enum.name() instead of Enum.toString(). 
Fixes CSV-269. Thanks to Auke te Winkel, Gary Gregory.
+    - Allow org.apache.commons.csv.IOUtils.copy(Reader, Appendable, 
CharBuffer) to compile on Java 11 and run on Java 8. Thanks to Gary Gregory.
+    - CSVRecord.toList() does not give write access to the new List. Fixes 
CSV-300. Thanks to Markus Spann, Gary Gregory.
+    - CSVParser.getRecords() now throws UncheckedIOException instead of 
IOException. Thanks to Gary Gregory.
+    - Add comments to iterator() and stream() #270. Fixes CSV-274. Thanks to 
Peter Hull, Bruno P. Kinoshita, Gary Gregory.
+    - Fix wrong assumptions in PostgreSQL formats #265. Fixes CSV-290. Thanks 
to angusdev, Gary Gregory.
+    - Validate input to setDelimiter(String) for empty string #266. Thanks to 
Mykola Faryma.
+    - Bump CSVFormat#serialVersionUID from 1 to 2. Thanks to Dependabot.
+    - CSVParser: Identify duplicates in null, empty and blank header names 
#279. Thanks to Alex Herbert.
+    -  Serialization in CSVFormat is not supported from one version to the 
next.
+    -  Make CSVRecord#values() public. Fixes CSV-291. Thanks to Gary Gregory.
+    -  Add DuplicateHeaderMode for flexibility with header strictness. #114. 
Fixes CSV-264. Thanks to Sagar Tiwari, Seth Falco, Alex Herbert, Gary Gregory.
+    -  Support for parallelism in CSVPrinter. Fixes CSV-295. Thanks to Gary 
Gregory.
+    -  Add CSVPrinter.printRecord[s](Stream). Fixes CSV-295. Thanks to Gary 
Gregory.
+    -  Add accessors for header/trailer comments #257. Fixes CSV-304. Thanks 
to Peter Hull, Bruno P. Kinoshita, Gary Gregory.
+    -  Add github/codeql-action.
+    -  Bump actions/cache from 2.1.6 to 3.0.10 #196, #233, #243, #267, #271. 
Thanks to Dependabot, Gary Gregory.
+    -  Bump actions/checkout from 2.3.4 to 3.1.0 #188, #195, #220, #272. 
Thanks to Dependabot, Gary Gregory.
+    -  Bump actions/setup-java from 2 to 3.5.1. Thanks to Gary Gregory.
+    -  Bump actions/upload-artifact from 3.1.0 to 3.1.1 #280. Thanks to 
Dependabot.
+    -  Bump commons-parent from 52 to 56 #264, #288, #298. Thanks to Gary 
Gregory.
+    -  Bump checkstyle from 8.44 to 9.2.1 #180, #190, #194, #202, #207. Thanks 
to Dependabot.
+    -  Bump junit-jupiter from 5.8.0-M1 to 5.9.1 #179, #186, #201, #244, #263. 
Thanks to Dependabot.
+    -  Bump jmh-core from 1.32 to 1.36 #176, #208, #229, #285. Thanks to 
Dependabot.
+    -  Bump jmh-generator-annprocess from 1.32 to 1.36 #175, #206, #226, #283. 
Thanks to Dependabot.
+    -  Bump mockito-core from 3.11.2 to 4.11.0 #187, #197, #204, #212, #230, 
#237, #251, #259, #284, #292, #297. Thanks to Dependabot, Gary Gregory.
+    -  Bump maven-pmd-plugin from 3.14.0 to 3.19.0 #184, #219, #238, #254, 
#258. Thanks to Dependabot.
+    -  Bump pmd from 6.36.0 to 6.52.0 #173, #189, #193, #199, #227, #233, 
#214, #236, #240, #247, #255, #273. Thanks to Dependabot, Gary Gregory.
+    -  Bump opencsv from 5.5.1 to 5.7.1 #182, #221, #260, #281. Thanks to Gary 
Gregory.
+    -  Bump spotbugs-maven-plugin from 4.3.0 to 4.7.3.0 #192, #198, #203, 
#211, #225, #234, #242, #245, #261, #275, #282. Thanks to Dependabot.
+    -  Bump com.github.spotbugs:spotbugs from 4.5.3 to 4.7.2. Thanks to Gary 
Gregory.
+    -  Bump h2 from 1.4.200 to 2.1.214 #200, #205, #213, #239. Thanks to 
Dependabot.
+    -  Bump maven-javadoc-plugin from 3.3.0 to 3.4.1. Thanks to Gary Gregory.
+    -  Bump biz.aQute.bnd:biz.aQute.bndlib from 5.3.0 to 6.3.1. Thanks to Gary 
Gregory.
+    -  Bump jacoco-maven-plugin from 0.8.7 to 0.8.8. Thanks to Gary Gregory.
+    -  Bump japicmp-maven-plugin from 0.15.3 to 0.16.0. Thanks to Gary Gregory.
+    -  Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #253. Thanks to 
Dependabot.
+
+-------------------------------------------------------------------

Old:
----
  commons-csv-1.9.0-src.tar.gz

New:
----
  commons-csv-1.10.0-src.tar.gz

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

Other differences:
------------------
++++++ apache-commons-csv.spec ++++++
--- /var/tmp/diff_new_pack.isGJMP/_old  2023-04-05 21:36:19.258796510 +0200
+++ /var/tmp/diff_new_pack.isGJMP/_new  2023-04-05 21:36:19.266796556 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-csv
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           apache-commons-csv
-Version:        1.9.0
+Version:        1.10.0
 Release:        0
 Summary:        A library to read and write files in variations of the Comma 
Separated Value (CSV) format
 License:        Apache-2.0

++++++ commons-csv-1.9.0-src.tar.gz -> commons-csv-1.10.0-src.tar.gz ++++++
/work/SRC/openSUSE:Factory/apache-commons-csv/commons-csv-1.9.0-src.tar.gz 
/work/SRC/openSUSE:Factory/.apache-commons-csv.new.19717/commons-csv-1.10.0-src.tar.gz
 differ: char 14, line 1

Reply via email to