forked from pool/python-railroad-diagrams
Accepting request 1086685 from devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/1086685 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-railroad-diagrams?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 12 07:40:52 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:32:37 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -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 @@ generators out there, but none of them had the visual appeal I wanted, so I wrot
|
||||
|
||||
%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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a1ec227666be2000e76794aa740f77987f1586077aae4d090d2633b3064c976
|
||||
size 19982
|
BIN
railroad-diagrams-3.0.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
railroad-diagrams-3.0.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user