From da07dde958a6cfd72f937a7087e12f907142bd69a149808bb7e5a58762d7239a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 27 Nov 2021 13:31:19 +0000 Subject: [PATCH 1/2] Accepting request 934244 from home:mcepl:branches:Education - 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 OBS-URL: https://build.opensuse.org/request/show/934244 OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=3 --- _service | 16 ++++++++++++++++ _servicedata | 4 ++++ epy-2021.10.23+git.1636702550.2ab1584.tar.gz | 3 +++ epy.changes | 15 +++++++++++++++ epy.spec | 13 +++++++------ 5 files changed, 45 insertions(+), 6 deletions(-) create mode 100644 _service create mode 100644 _servicedata create mode 100644 epy-2021.10.23+git.1636702550.2ab1584.tar.gz diff --git a/_service b/_service new file mode 100644 index 0000000..a19407a --- /dev/null +++ b/_service @@ -0,0 +1,16 @@ + + + 2021.10.23+git + https://github.com/wustho/epy.git + git + .git* + enable + mcepl@cepl.eu + + + gz + *.tar + enable + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..fee5363 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/wustho/epy.git + 2ab1584d2e05b95587d209280b5a56811e651d72 \ No newline at end of file diff --git a/epy-2021.10.23+git.1636702550.2ab1584.tar.gz b/epy-2021.10.23+git.1636702550.2ab1584.tar.gz new file mode 100644 index 0000000..78aa292 --- /dev/null +++ b/epy-2021.10.23+git.1636702550.2ab1584.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876587ebaa1726f15e3669c4702a09dd5186fb2616bf7d01e08c782e70f83b43 +size 102259 diff --git a/epy.changes b/epy.changes index 4719c2d..1efbeb1 100644 --- a/epy.changes +++ b/epy.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +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 diff --git a/epy.spec b/epy.spec index efc0665..4cecc1d 100644 --- a/epy.spec +++ b/epy.spec @@ -1,5 +1,5 @@ # -# spec file for package python-epy-reader +# spec file for package epy # # Copyright (c) 2021 SUSE LLC # @@ -15,16 +15,17 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: epy -Version: 2021.7.16 +Version: 2021.10.23+git.1636702550.2ab1584 Release: 0 Summary: CLI ebook reader -License: GPL-3.0 +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 -BuildRequires: python3-setuptools -BuildRequires: python3-mobi BuildRequires: fdupes +BuildRequires: python3-mobi +BuildRequires: python3-setuptools Requires: python3-mobi Suggests: sdcv Suggests: dictd @@ -47,7 +48,7 @@ CLI Ebook reader. Fork of epr with these extra features: Double Spread %prep -%setup -q -n epy-reader-%{version} +%autosetup -p1 -n epy-%{version} %build python3 setup.py build From b17da87b9fec54c93492c0695c02b1330cf339518722d6f88de00d55529ca2c0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 27 Nov 2021 13:34:19 +0000 Subject: [PATCH 2/2] Fix Source OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=4 --- _service | 16 ---------------- _servicedata | 4 ---- epy-2021.10.23+git.1636702550.2ab1584.tar.gz | 3 --- epy.changes | 15 --------------- epy.spec | 3 ++- 5 files changed, 2 insertions(+), 39 deletions(-) delete mode 100644 _service delete mode 100644 _servicedata delete mode 100644 epy-2021.10.23+git.1636702550.2ab1584.tar.gz diff --git a/_service b/_service deleted file mode 100644 index a19407a..0000000 --- a/_service +++ /dev/null @@ -1,16 +0,0 @@ - - - 2021.10.23+git - https://github.com/wustho/epy.git - git - .git* - enable - mcepl@cepl.eu - - - gz - *.tar - enable - - - diff --git a/_servicedata b/_servicedata deleted file mode 100644 index fee5363..0000000 --- a/_servicedata +++ /dev/null @@ -1,4 +0,0 @@ - - - https://github.com/wustho/epy.git - 2ab1584d2e05b95587d209280b5a56811e651d72 \ No newline at end of file diff --git a/epy-2021.10.23+git.1636702550.2ab1584.tar.gz b/epy-2021.10.23+git.1636702550.2ab1584.tar.gz deleted file mode 100644 index 78aa292..0000000 --- a/epy-2021.10.23+git.1636702550.2ab1584.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:876587ebaa1726f15e3669c4702a09dd5186fb2616bf7d01e08c782e70f83b43 -size 102259 diff --git a/epy.changes b/epy.changes index 1efbeb1..4719c2d 100644 --- a/epy.changes +++ b/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 diff --git a/epy.spec b/epy.spec index 4cecc1d..adca717 100644 --- a/epy.spec +++ b/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