Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-railroad-diagrams for
openSUSE:Factory checked in at 2023-05-13 17:17:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-railroad-diagrams (Old)
and /work/SRC/openSUSE:Factory/.python-railroad-diagrams.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-railroad-diagrams"
Sat May 13 17:17:04 2023 rev:3 rq:1086685 version:3.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-railroad-diagrams/python-railroad-diagrams.changes
2023-04-24 22:30:47.499360278 +0200
+++
/work/SRC/openSUSE:Factory/.python-railroad-diagrams.new.1533/python-railroad-diagrams.changes
2023-05-13 17:17:11.886228124 +0200
@@ -1,0 +2,29 @@
+Fri May 12 07:40:52 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Update to 3.0.1:
+ * Spell the method right.
+- 3.0.0:
+ * Copy the 'standalone' distinction from the JS version. Also sync
+ the CSS insertion with it, changing the Diagram constructor
+ signature a bit.
+- 2.0.4:
+ * Add a 3.7 requirement
+ * Make style optional
+- 2.0.3:
+ * Style isn't a DiagramItem, like Path isn't
+- 2.0.2:
+ * Whoops, broke constructor.
+- 2.0.1:
+ * lint
+ * Upstream fix for escaping
+- 2.0.0:
+ * Fix casing of license classifier
+ * Bump min python version to 3.7. Add mypy annotations.
+ * Add all the useful global options to the dingus. Fixes #92.
+ * Add LICENSE, and reference it in both py and js install files.
+ * Remove the random css-parsing project
+ * Remove the no-module version of the dingus, too.
+ * Rename css file to be consistent.
+ * Use proper formatting on AlternatingSequence error
+
+-------------------------------------------------------------------
Old:
----
railroad-diagrams-1.1.1.tar.gz
New:
----
railroad-diagrams-3.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-railroad-diagrams.spec ++++++
--- /var/tmp/diff_new_pack.uzkGQ9/_old 2023-05-13 17:17:12.626232381 +0200
+++ /var/tmp/diff_new_pack.uzkGQ9/_new 2023-05-13 17:17:12.630232405 +0200
@@ -19,13 +19,15 @@
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-railroad-diagrams
-Version: 1.1.1
+Version: 3.0.1
Release: 0
Summary: Railroad-Diagram Generator
License: CC0-1.0
URL: https://github.com/tabatkins/railroad-diagrams
-Source0:
https://files.pythonhosted.org/packages/source/r/railroad-diagrams/railroad-diagrams-1.1.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/r/railroad-diagrams/railroad-diagrams-%{version}.tar.gz
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
@@ -47,10 +49,14 @@
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README.md
+%license LICENSE
# For noarch packages: sitelib
-%{python_sitelib}/*
+%{python_sitelib}/railroad.py
+%{python_sitelib}/railroad_diagrams-%{version}*-info
+%pycache_only %{python_sitelib}/__pycache__
%changelog
++++++ railroad-diagrams-1.1.1.tar.gz -> railroad-diagrams-3.0.1.tar.gz ++++++
++++ 3798 lines of diff (skipped)