From 2f62c330cfd230b5955e029e74f0733a91d396853920b9c920ca83a05161784c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 Jan 2024 10:39:36 +0000 Subject: [PATCH] - update to 0.2.0b2: * Adopt the newer copy of `copyfileobj_with_hashing` * Correctly encode `RECORD` hashes * Document a previously undocumented error case * Document the `--pdb` flag * Improve documentation to pass nit-picks * Improve the `autobuild-failed` documentation * Use tomllib on Python 3.11+ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-theme-builder?expand=0&rev=4 --- python-sphinx-theme-builder-0.2.0b1.tar.gz | 3 --- python-sphinx-theme-builder-0.2.0b2.tar.gz | 3 +++ python-sphinx-theme-builder.changes | 12 ++++++++++++ python-sphinx-theme-builder.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 python-sphinx-theme-builder-0.2.0b1.tar.gz create mode 100644 python-sphinx-theme-builder-0.2.0b2.tar.gz diff --git a/python-sphinx-theme-builder-0.2.0b1.tar.gz b/python-sphinx-theme-builder-0.2.0b1.tar.gz deleted file mode 100644 index df324c3..0000000 --- a/python-sphinx-theme-builder-0.2.0b1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b009bfe4883c4bbcc333eb6471a732bbf90292f6dec24096fd931691095c5885 -size 40614 diff --git a/python-sphinx-theme-builder-0.2.0b2.tar.gz b/python-sphinx-theme-builder-0.2.0b2.tar.gz new file mode 100644 index 0000000..e2ba533 --- /dev/null +++ b/python-sphinx-theme-builder-0.2.0b2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cf8722ae40c133d79bd41a0398d2f96228cb79c891e77d6b9745da386360fa +size 40784 diff --git a/python-sphinx-theme-builder.changes b/python-sphinx-theme-builder.changes index f948dd6..19970d1 100644 --- a/python-sphinx-theme-builder.changes +++ b/python-sphinx-theme-builder.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jan 14 10:39:25 UTC 2024 - Dirk Müller + +- update to 0.2.0b2: + * Adopt the newer copy of `copyfileobj_with_hashing` + * Correctly encode `RECORD` hashes + * Document a previously undocumented error case + * Document the `--pdb` flag + * Improve documentation to pass nit-picks + * Improve the `autobuild-failed` documentation + * Use tomllib on Python 3.11+ + ------------------------------------------------------------------- Mon Mar 6 12:49:12 UTC 2023 - Daniel Garcia diff --git a/python-sphinx-theme-builder.spec b/python-sphinx-theme-builder.spec index 826d9a3..a81f0b9 100644 --- a/python-sphinx-theme-builder.spec +++ b/python-sphinx-theme-builder.spec @@ -1,7 +1,7 @@ # # spec file for package python-sphinx-theme-builder # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-sphinx-theme-builder -Version: 0.2.0b1 +Version: 0.2.0b2 Release: 0 Summary: A tool for authoring Sphinx themes with a simple (opinionated) workflow License: MIT