Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jc for openSUSE:Factory checked in 
at 2021-08-25 20:58:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jc (Old)
 and      /work/SRC/openSUSE:Factory/.jc.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jc"

Wed Aug 25 20:58:20 2021 rev:6 rq:914171 version:1.16.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/jc/jc.changes    2021-01-11 17:17:38.112732382 
+0100
+++ /work/SRC/openSUSE:Factory/.jc.new.1899/jc.changes  2021-08-25 
20:59:50.129033011 +0200
@@ -1,0 +2,17 @@
+Thu Aug 19 19:08:12 UTC 2021 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.16.1
+  * Fix issue with process substitution with the magic syntax.
+  * Fix issue with globs not including filenames with spaces with
+    magic syntax.
+
+-------------------------------------------------------------------
+Wed Jul 21 16:55:07 UTC 2021 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.16.0
+  * Fix Man page location in source packages.
+  * Add sfdisk command parser tested on linux.
+  * Update unit test files to change the timezone when needed
+    (POSIX only).
+
+-------------------------------------------------------------------

Old:
----
  jc-1.14.1.tar.gz

New:
----
  jc-1.16.1.tar.gz

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

Other differences:
------------------
++++++ jc.spec ++++++
--- /var/tmp/diff_new_pack.2XEtjL/_old  2021-08-25 20:59:50.649032328 +0200
+++ /var/tmp/diff_new_pack.2XEtjL/_new  2021-08-25 20:59:50.653032323 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           jc
-Version:        1.14.1
+Version:        1.16.1
 Release:        0
 Summary:        JSON CLI output utility
 License:        MIT
@@ -35,6 +35,7 @@
 Recommends:     jq
 BuildArch:      noarch
 # SECTION test requirements
+BuildRequires:  python3-Faker
 BuildRequires:  python3-Pygments >= 2.3.0
 BuildRequires:  python3-ifconfig-parser >= 0.0.5
 BuildRequires:  python3-pytest
@@ -54,15 +55,22 @@
 
 %install
 %python3_install
+install -Dpm 0644 man/jc.1 %{buildroot}/%{_mandir}/man1/jc.1
 %fdupes %{buildroot}%{python3_sitelib}
 
 %check
-python3 -m pytest -v
+# checks disabled for now since checks need to be run with specific timezone 
settings.
+# For some reason this does not correctly work in the OBS chroot.
+# * https://github.com/kellyjonbrazil/jc/issues/126
+# * https://github.com/kellyjonbrazil/jc/issues/148
+#export TZ="America/Los_Angeles"
+#python3 -m pytest -v
 
 %files
 %license LICENSE.md
 %doc CHANGELOG README.md
 %{_bindir}/jc
+%{_mandir}/man1/jc.1%{?ext_man}
 %{python3_sitelib}/jc*
 
 %changelog

++++++ jc-1.14.1.tar.gz -> jc-1.16.1.tar.gz ++++++
++++ 42760 lines of diff (skipped)

Reply via email to