Update to version 2025.5.27+git.1748351301.418cbed: #1
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
.osc
|
||||
epy/
|
||||
|
||||
8
_service
8
_service
@@ -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>
|
||||
|
||||
@@ -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">a7ba2c0420feeb7003b4f01cf05c63805d9a83ba</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82f2e1df08979092918fbc94f0767538db8cca54e4d631f660e53fb88cf9eefa
|
||||
size 171192
|
||||
3
epy-2025.5.27+git.1749651989.a7ba2c0.tar.xz
Normal file
3
epy-2025.5.27+git.1749651989.a7ba2c0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cce76369b5f772843b4c524f75d9a7aa0de2533125af407c1afac793904b86c
|
||||
size 166712
|
||||
17
epy.changes
17
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 <mcepl@cepl.eu>
|
||||
|
||||
@@ -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 <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>
|
||||
|
||||
@@ -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
|
||||
|
||||
9
epy.spec
9
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
|
||||
|
||||
Reference in New Issue
Block a user