15
0
forked from pool/python-branca

Compare commits

6 Commits

Author SHA256 Message Date
ac671aabb7 Accepting request 1317754 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1317754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-branca?expand=0&rev=15
2025-11-14 15:22:00 +00:00
aa6c85f05a - Update to 0.8.2
* Pre-commit: disable autofix PR's, ignore E203, W503
  * Make id generation customizable

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-branca?expand=0&rev=31
2025-11-14 09:51:25 +00:00
ee105329fc Accepting request 1235526 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1235526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-branca?expand=0&rev=14
2025-01-07 19:53:58 +00:00
79c1b26cd8 - Update to 0.8.1
* Add py.typed file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-branca?expand=0&rev=29
2025-01-07 09:15:06 +00:00
8c74e07a72 Accepting request 1198884 from devel:languages:python
- update to 0.8.0:
  * ColorMap text color
  * Add type hints

OBS-URL: https://build.opensuse.org/request/show/1198884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-branca?expand=0&rev=13
2024-09-05 13:47:26 +00:00
db1f8d8171 - update to 0.8.0:
* ColorMap text color
  * Add type hints

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-branca?expand=0&rev=27
2024-09-05 06:57:39 +00:00
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6649859b680c14ebb16a772b37cffe9b76df059cc8a79c185f131d59ed689dd9
size 42586

3
branca-0.8.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37fe385f14ad40610ec69b245a8640f0449c8eb96b9f764930e7c11c3d979898
size 43154

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Nov 14 09:28:02 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.8.2
* Pre-commit: disable autofix PR's, ignore E203, W503
* Make id generation customizable
-------------------------------------------------------------------
Mon Jan 6 18:30:27 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.8.1
* Add py.typed file
-------------------------------------------------------------------
Thu Sep 5 06:56:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.8.0:
* ColorMap text color
* Add type hints
-------------------------------------------------------------------
Sat Apr 27 09:01:30 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-branca
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
# no ipython
%global skip_python39 1
Name: python-branca
Version: 0.7.2
Version: 0.8.2
Release: 0
Summary: HTML+JS page generator
License: MIT