11 Commits

Author SHA256 Message Date
02ea65a2db Accepting request 1298943 from Education
- Update to version 2025.5.27+git.1753549454.05f4e66:
  * Update Makefile to use new setuptools setup
  * feat: add a simple CSS processing
  * Report currently tagged version for --version

- Update to version 2025.5.27+git.1749651989.a7ba2c0:

OBS-URL: https://build.opensuse.org/request/show/1298943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epy?expand=0&rev=13
2025-08-12 15:04:51 +00:00
db1989e44e Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=35
2025-08-11 23:19:32 +00:00
8f43b3fe3b Fix the version number
OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=34
2025-08-11 23:18:05 +00:00
9f5a9fd4f4 - Update to version 2025.5.27+git.1753549454.05f4e66:
* Update Makefile to use new setuptools setup
  * feat: add a simple CSS processing
  * Report currently tagged version for --version

OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=33
2025-08-11 18:06:21 +00:00
101947be54 Remove *.obs* files
OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=32
2025-08-11 18:05:35 +00:00
OBS User unknown
a9a328a1ae [info=b0b4feb5a07dda608e6a55564c79bc8bd3b314a4da506ee38005d77b1b724ebe]
OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=31
2025-06-11 14:32:07 +00:00
7710a3155e Accepting request 1284867 from Education
- Update to version 2025.5.27+git.1749648520.0d836a6:
  * 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.

- Change package name to epy as it better reflects the acutal package name on GitHub

OBS-URL: https://build.opensuse.org/request/show/1284867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epy?expand=0&rev=12
2025-06-11 14:28:24 +00:00
OBS User unknown
67114d3e77 [info=3f4b02c856b018fbaf3e8a403ec43a8ea12a7e58a93f7bc7f014462004dae6e3]
OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=30
2025-06-11 13:36:12 +00:00
OBS User unknown
bdc72b050b [info=e0bb57cec01425c6045c003aa9fc786125ac6641f760e968664526e3f7744616]
OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=29
2025-06-11 13:23:46 +00:00
OBS User unknown
50de3069dd [info=3043eda52be46b1002ad23aadc11073ed7b4001df7bf440f0387882aa524f16c]
OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=28
2025-06-11 13:21:35 +00:00
1160b2e294 [info=07fdfea17839bf8259deb92801871c695abe67b4d8f6783a71d588a75f535db6]
OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=27
2025-06-11 13:13:57 +00:00
7 changed files with 42 additions and 18 deletions

View File

@@ -1,13 +1,13 @@
<services>
<service name="obs_scm" mode="manual">
<param name="versionprefix">2022.12.11+git</param>
<param name="url">https://github.com/wustho/epy.git</param>
<service name="tar_scm" mode="manual">
<param name="versionprefix">2025.5.27+git</param>
<param name="url">https://git.sr.ht/~mcepl/epy</param>
<param name="revision">devel</param>
<param name="scm">git</param>
<param name="exclude">.git*</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service mode="manual" name="tar" />
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/wustho/epy.git</param>
<param name="changesrevision">6b0e9fe0773f05fdf844b574f0f28df3961f60ab</param></service></servicedata>
<param name="url">https://git.sr.ht/~mcepl/epy</param>
<param name="changesrevision">05f4e661c4f1fa31dc36b7c5de235b8ca2e63656</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82f2e1df08979092918fbc94f0767538db8cca54e4d631f660e53fb88cf9eefa
size 171192

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52868b193bb8d0e580d64271668981410923f8cb5c24ea639c60dad7973ef509
size 168308

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Aug 11 18:05:54 UTC 2025 - mcepl@cepl.eu
- Update to version 2025.5.27+git.1753549454.05f4e66:
* Update Makefile to use new setuptools setup
* feat: add a simple CSS processing
* Report currently tagged version for --version
-------------------------------------------------------------------
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 <mcepl@cepl.eu>
@@ -176,7 +199,7 @@ Sat Nov 27 10:19:32 UTC 2021 - mcepl@cepl.eu
Wed Jul 28 23:20:26 UTC 2021 - Emily Roberts <nopeinomicon@posteo.net>
- 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 <nopeinomicon@posteo.net>

View File

@@ -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

View File

@@ -17,21 +17,22 @@
Name: epy
Version: 2022.12.11+git.1686460830.6b0e9fe
Version: 2025.5.27+git.1753549454.05f4e66
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
@@ -69,7 +70,7 @@ done
%install
%python3_pyproject_install
%fdupes %{buildroot}/%{python3_sitelib}
%python3_fix_shebang
%{python3_fix_shebang}
%check
export PYTHONDONTWRITEBYTECODE=1
@@ -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