2bed7d957c
Accepting request 1285473 from devel:languages:python
...
- Convert to pip-based build
OBS-URL: https://build.opensuse.org/request/show/1285473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-svgwrite?expand=0&rev=11
2025-06-13 16:48:06 +00:00
5dbfc485d6
- Convert to pip-based build
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgwrite?expand=0&rev=23
2025-06-13 12:16:00 +00:00
94d5402286
Accepting request 1137076 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1137076
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-svgwrite?expand=0&rev=10
2024-01-05 20:45:31 +00:00
3d217357ac
Accepting request 1137048 from home:ecsos:python
...
- Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/request/show/1137048
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgwrite?expand=0&rev=21
2024-01-05 14:58:58 +00:00
d9b089beed
Accepting request 1009733 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1009733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-svgwrite?expand=0&rev=9
2022-10-11 16:03:23 +00:00
5f6223df13
Accepting request 1009687 from home:jayvdb:branches:devel:languages:python
...
- Update to v1.4.3
OBS-URL: https://build.opensuse.org/request/show/1009687
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgwrite?expand=0&rev=19
2022-10-11 08:43:48 +00:00
ceb1b9970e
Accepting request 895198 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/895198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-svgwrite?expand=0&rev=8
2021-06-01 08:35:08 +00:00
56a0e7314d
Accepting request 892669 from home:dmolkentin:netbox
...
Update to 1.4.1
OBS-URL: https://build.opensuse.org/request/show/892669
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgwrite?expand=0&rev=17
2021-05-24 15:01:41 +00:00
fa433bad98
Accepting request 796703 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/796703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-svgwrite?expand=0&rev=7
2020-04-25 18:28:10 +00:00
Tomáš Chvátal
a2e7142224
Accepting request 796606 from home:dmolkentin:netbox
...
- Update to 1.4
- Requires Python 3.6
- Removed Python2 support
- Optimized/faster svgparser.py module by Florian Festi
- Removed batch files to run tests on Windows, use pytest or tox
instead
OBS-URL: https://build.opensuse.org/request/show/796606
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgwrite?expand=0&rev=15
2020-04-23 20:40:39 +00:00
e440f6eb99
Accepting request 783302 from devel:languages:python
...
py38 fix
OBS-URL: https://build.opensuse.org/request/show/783302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-svgwrite?expand=0&rev=6
2020-03-10 11:33:56 +00:00
Tomáš Chvátal
f2e1f85071
- Skip one test that started to fail with python 3.8:
...
* test_pretty_print
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgwrite?expand=0&rev=13
2020-03-10 10:44:09 +00:00
38bea427ff
Accepting request 717576 from devel:languages:python
...
- Update to 1.3.1:
* NEW: easy stylesheet embedding: Drawing.embed_stylesheet(content), see example using_fonts.py
* NEW: embedded local fonts: Drawing.embed_font(fontname, filename), see example using_fonts.py
* NEW: embedded web fonts: Drawing.embed_google_web_font(fontname, uri), see example using_fonts.py
* NEW: shapes extension by Christof Hanke
* NEW: for write(), save() and saveas(), indentation for pretty print is configurable by Mitar
* BUGFIX: converted regex strings in tests to raw strings by tirkarthi
OBS-URL: https://build.opensuse.org/request/show/717576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-svgwrite?expand=0&rev=5
2019-07-22 15:19:58 +00:00
Tomáš Chvátal
993f55775e
- Update to 1.3.1:
...
* NEW: easy stylesheet embedding: Drawing.embed_stylesheet(content), see example using_fonts.py
* NEW: embedded local fonts: Drawing.embed_font(fontname, filename), see example using_fonts.py
* NEW: embedded web fonts: Drawing.embed_google_web_font(fontname, uri), see example using_fonts.py
* NEW: shapes extension by Christof Hanke
* NEW: for write(), save() and saveas(), indentation for pretty print is configurable by Mitar
* BUGFIX: converted regex strings in tests to raw strings by tirkarthi
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgwrite?expand=0&rev=11
2019-07-22 12:46:18 +00:00
0d6b6f0cb1
Accepting request 662429 from devel:languages:python
...
- Version update to 1.2.1:
* BUGFIX: Python 2 pretty print encoding issue
* NEW: Inkscape extension - support for Inkscape layers
* BUGFIX: compatibility with Python 3.7 by fixing re.split() usage
OBS-URL: https://build.opensuse.org/request/show/662429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-svgwrite?expand=0&rev=4
2019-01-03 17:08:27 +00:00
Tomáš Chvátal
d16bebb0e1
- Version update to 1.2.1:
...
* BUGFIX: Python 2 pretty print encoding issue
* NEW: Inkscape extension - support for Inkscape layers
* BUGFIX: compatibility with Python 3.7 by fixing re.split() usage
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgwrite?expand=0&rev=9
2019-01-02 11:46:59 +00:00
cce77dfe1e
Accepting request 659705 from devel:languages:python
...
Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/request/show/659705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-svgwrite?expand=0&rev=3
2018-12-24 10:44:59 +00:00
cf90b0cc27
Remove superfluous devel dependency for noarch package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgwrite?expand=0&rev=7
2018-12-04 14:08:13 +00:00
53bc4993a4
Accepting request 626392 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/626392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-svgwrite?expand=0&rev=2
2018-07-31 14:01:23 +00:00
Tomáš Chvátal
6b5ed97714
Accepting request 626093 from home:jengelh:branches:devel:languages:python
...
- Use noun phrase in summary.
OBS-URL: https://build.opensuse.org/request/show/626093
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgwrite?expand=0&rev=5
2018-07-30 07:35:17 +00:00
dcab388a79
Accepting request 612043 from devel:languages:python
...
Create SVG drawings
OBS-URL: https://build.opensuse.org/request/show/612043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-svgwrite?expand=0&rev=1
2018-06-02 09:59:50 +00:00
Todd R
1bff04b6b6
Accepting request 611989 from devel:languages:python:misc
...
Create SVG drawings
OBS-URL: https://build.opensuse.org/request/show/611989
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgwrite?expand=0&rev=1
2018-05-24 20:56:56 +00:00