Fix Source
OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=4
This commit is contained in:
parent
da07dde958
commit
b17da87b9f
16
_service
16
_service
@ -1,16 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="versionprefix">2021.10.23+git</param>
|
||||
<param name="url">https://github.com/wustho/epy.git</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 name="recompress" mode="disabled">
|
||||
<param name="compression">gz</param>
|
||||
<param name="file">*.tar</param>
|
||||
<param name="keep">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled" />
|
||||
</services>
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/wustho/epy.git</param>
|
||||
<param name="changesrevision">2ab1584d2e05b95587d209280b5a56811e651d72</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:876587ebaa1726f15e3669c4702a09dd5186fb2616bf7d01e08c782e70f83b43
|
||||
size 102259
|
15
epy.changes
15
epy.changes
@ -1,18 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 27 10:19:32 UTC 2021 - mcepl@cepl.eu
|
||||
|
||||
- Update to version 2021.10.23+git.1636702550.2ab1584:
|
||||
* Fixed reset to beginning of row when resizing term and Seamless==True
|
||||
* Implement SeamlessBetweenChapters Squashed commit of the following:
|
||||
* Minor annotation & prevent next page animation on edge of book
|
||||
* Removed Board class
|
||||
* Added TextStructure dataclass
|
||||
* Give styling to images
|
||||
* Better image opening scheme
|
||||
* Refactor parser.get_lines(width) to get_lines(textwidth)
|
||||
* Fixed image cursor on double spread and progress pctg in double spread
|
||||
* Refactor variables
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 28 23:20:26 UTC 2021 - Emily Roberts <nopeinomicon@posteo.net>
|
||||
|
||||
|
3
epy.spec
3
epy.spec
@ -22,7 +22,8 @@ Release: 0
|
||||
Summary: CLI ebook reader
|
||||
License: GPL-3.0-only
|
||||
URL: https://github.com/wustho/epy
|
||||
Source: https://files.pythonhosted.org/packages/source/e/epy-reader/epy-reader-%{version}.tar.gz#/epy-%{version}.tar.gz
|
||||
# Source: https://files.pythonhosted.org/packages/source/e/epy-reader/epy-reader-%%{version}.tar.gz#/epy-%%{version}.tar.gz
|
||||
Source: epy-%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python3-mobi
|
||||
BuildRequires: python3-setuptools
|
||||
|
Loading…
Reference in New Issue
Block a user