From b0b4feb5a07dda608e6a55564c79bc8bd3b314a4da506ee38005d77b1b724ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 11 Jun 2025 15:21:21 +0200 Subject: [PATCH] Update to version 2025.5.27+git.1749651989.a7ba2c0: * chore: switch from poetry to ordinary setup (using setuptools) * feat: make it configurable to use colors or be terminal neutral * fix: remove all typing errors * chore: move getter for default config directory out of class * fix: handle the internal structure better, take care of multiprocessing * ci: centralize DEBUG variable for debugging * chore: switch DEBUG to True * ci: simple .builds.yml for Sourcehut CI * Use os.path.expanduser. * Use contextlib.connect context manager instead of playing with try manually. --- .gitignore | 1 + _service | 8 ++++---- _servicedata | 4 ++-- epy-2022.12.11+git.1686460830.6b0e9fe.tar.xz | 3 --- epy-2025.5.27+git.1749651989.a7ba2c0.tar.xz | 3 +++ epy.changes | 17 ++++++++++++++++- epy.obsinfo | 6 +++--- epy.spec | 9 +++++---- 8 files changed, 34 insertions(+), 17 deletions(-) delete mode 100644 epy-2022.12.11+git.1686460830.6b0e9fe.tar.xz create mode 100644 epy-2025.5.27+git.1749651989.a7ba2c0.tar.xz diff --git a/.gitignore b/.gitignore index 57affb6..4e30b53 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .osc +epy/ diff --git a/_service b/_service index c812290..6376545 100644 --- a/_service +++ b/_service @@ -1,13 +1,13 @@ - - 2022.12.11+git - https://github.com/wustho/epy.git + + 2025.5.27+git + https://git.sr.ht/~mcepl/epy + devel git .git* enable mcepl@cepl.eu - *.tar xz diff --git a/_servicedata b/_servicedata index 9b6b9a1..d2e7c99 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ - https://github.com/wustho/epy.git - 6b0e9fe0773f05fdf844b574f0f28df3961f60ab \ No newline at end of file + https://git.sr.ht/~mcepl/epy + a7ba2c0420feeb7003b4f01cf05c63805d9a83ba \ No newline at end of file diff --git a/epy-2022.12.11+git.1686460830.6b0e9fe.tar.xz b/epy-2022.12.11+git.1686460830.6b0e9fe.tar.xz deleted file mode 100644 index 79cf0d2..0000000 --- a/epy-2022.12.11+git.1686460830.6b0e9fe.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82f2e1df08979092918fbc94f0767538db8cca54e4d631f660e53fb88cf9eefa -size 171192 diff --git a/epy-2025.5.27+git.1749651989.a7ba2c0.tar.xz b/epy-2025.5.27+git.1749651989.a7ba2c0.tar.xz new file mode 100644 index 0000000..3f4ebff --- /dev/null +++ b/epy-2025.5.27+git.1749651989.a7ba2c0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cce76369b5f772843b4c524f75d9a7aa0de2533125af407c1afac793904b86c +size 166712 diff --git a/epy.changes b/epy.changes index 743ad28..0df73c9 100644 --- a/epy.changes +++ b/epy.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jun 11 14:29:06 UTC 2025 - mcepl@cepl.eu + +- Update to version 2025.5.27+git.1749651989.a7ba2c0: + * chore: switch from poetry to ordinary setup (using setuptools) + * feat: make it configurable to use colors or be terminal neutral + * fix: remove all typing errors + * chore: move getter for default config directory out of class + * fix: handle the internal structure better, take care of multiprocessing + * ci: centralize DEBUG variable for debugging + * chore: switch DEBUG to True + * ci: simple .builds.yml for Sourcehut CI + * Use os.path.expanduser. + * Use contextlib.connect context manager instead of playing with try manually. + ------------------------------------------------------------------- Mon Mar 17 16:30:20 UTC 2025 - Matej Cepl @@ -176,7 +191,7 @@ Sat Nov 27 10:19:32 UTC 2021 - mcepl@cepl.eu Wed Jul 28 23:20:26 UTC 2021 - Emily Roberts - Simplify spec, remove differing python versions from initial package generation -- Change package name to epy as it better reflects the acutal package name on GitHub +- Change package name to epy as it better reflects the acutal package name on GitHub ------------------------------------------------------------------- Wed Jul 28 22:33:02 UTC 2021 - Emily Roberts diff --git a/epy.obsinfo b/epy.obsinfo index c0ba16d..7f2ea15 100644 --- a/epy.obsinfo +++ b/epy.obsinfo @@ -1,4 +1,4 @@ name: epy -version: 2022.12.11+git.1686460830.6b0e9fe -mtime: 1686460830 -commit: 6b0e9fe0773f05fdf844b574f0f28df3961f60ab +version: 2025.5.27+git.1748351301.418cbed +mtime: 1748351301 +commit: 418cbed9b926e6ea68ae53ca65e5fb6834098cbc diff --git a/epy.spec b/epy.spec index 9dcce35..41efc80 100644 --- a/epy.spec +++ b/epy.spec @@ -17,21 +17,22 @@ Name: epy -Version: 2022.12.11+git.1686460830.6b0e9fe +Version: 2025.5.27+git.1749651989.a7ba2c0 Release: 0 Summary: CLI ebook reader License: GPL-3.0-only -URL: https://github.com/wustho/epy +URL: https://git.sr.ht/~mcepl/epy # Source: https://files.pythonhosted.org/packages/source/e/epy-reader/epy-reader-%%{version}.tar.gz#/epy-%%{version}.tar.gz Source: epy-%{version}.tar.xz BuildRequires: fdupes BuildRequires: python3-curses BuildRequires: python3-pip -BuildRequires: python3-poetry-core BuildRequires: python3-pytest BuildRequires: python3-setuptools +BuildRequires: python3-types-setuptools BuildRequires: python3-wheel Requires: python3-curses +Requires: python3-standard-imghdr Suggests: dictd Suggests: mimic Suggests: sdcv @@ -80,7 +81,7 @@ pytest -v tests %doc README.md %license LICENSE %{_bindir}/epy -%{python3_sitelib}/epy_reader-2023.6.11.dist-info +%{python3_sitelib}/epy_reader-2025.5.27.dist-info %{python3_sitelib}/epy_reader %changelog -- 2.51.1