Commit Graph

16 Commits

Author SHA256 Message Date
Dominique Leuenberger
78542603a8 Accepting request 972491 from Education
- Update to version 2022.4.18+git.1650237821.50dd4fa:
  * Bugfix #57: Unresolved relative path for epub contents
  * Update dev env configurations
  * Add wkdict to supported dict backends
  * docs: define word setup (#55)
  * Add signal handler
  * Breakdown parse_cli_args into its own method
  * Remove body: from workflow
  * Move sponsor to FUNDING
  * Update changelog in README
  * Add debugger on parallel letter counting process
  * Fix process.join() issue for unstarted process
  * Bugfix #51: Stop/prevent scrolling at the end of ebook
  * Add 'force_wait' for letters counting process
  * Add library menu
  * Verbose loader
  * Fixed url parser with pathlib.PurePosixPath
  * CLI help interface
  * More explicit 'content_path'
  * Hotfix: image location reference issue
  * Hotfix: url meta window issue and update version
  * URL early support
  * Improve cli help interface
  * New implementation of cli args parser
  * Restructured tests
  * Add vim config
- Run tests

OBS-URL: https://build.opensuse.org/request/show/972491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epy?expand=0&rev=5
2022-04-25 21:35:15 +00:00
49e26f0ba2 - Update to version 2022.4.18+git.1650237821.50dd4fa:
* Bugfix #57: Unresolved relative path for epub contents
  * Update dev env configurations
  * Add wkdict to supported dict backends
  * docs: define word setup (#55)
  * Add signal handler
  * Breakdown parse_cli_args into its own method
  * Remove body: from workflow
  * Move sponsor to FUNDING
  * Update changelog in README
  * Add debugger on parallel letter counting process
  * Fix process.join() issue for unstarted process
  * Bugfix #51: Stop/prevent scrolling at the end of ebook
  * Add 'force_wait' for letters counting process
  * Add library menu
  * Verbose loader
  * Fixed url parser with pathlib.PurePosixPath
  * CLI help interface
  * More explicit 'content_path'
  * Hotfix: image location reference issue
  * Hotfix: url meta window issue and update version
  * URL early support
  * Improve cli help interface
  * New implementation of cli args parser
  * Restructured tests
  * Add vim config
- Run tests

OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=12
2022-04-25 07:46:04 +00:00
Dominique Leuenberger
012b03b37c Accepting request 944964 from Education
- Update to version 2022.1.8+git.1641653565.c1f9b4e:
  * Update README.md: added AUR installation
  * Delete .mkpkg script

- Update to version 2021.10.23+git.1641627031.7bd659d:
  * .mkpkg -> Makefile
  * Patch PKGBUILD

- Update to version 2021.10.23+git.1641622438.69c2f80:
  * Hotfix: curses has no attrib window in termux
  * Added default color config
  * Added PKGBUILD for Arch
  * Adjust setup.py and pyproject.toml to include epy_extras
  * Cleanup on failed ebook initialization
  * Initial prepackaging kindleunpack with epy
  * Use setuptools as setup backend instead of poetry
  * Update version and README.md
  * Change history matching key from filepath to title author
  * Initial library implementation
  * Always calculate reading_progress whenever possible, just not always shown
  * Refactor attribute name
  * Fixed book metadata
  * Add (sup|sub)script lookup table
  * Implement HTMLtoLines._group_spans_by_row()
  * Hotfix: adjust starting_line for inline style
  * Add text mark/span grouper method
  * Initial refactor: inline styling
  * Add ipdb dev dependency
  * Hotfix: Skip adding toc entry for empty label name
  * Update development env using poetry

OBS-URL: https://build.opensuse.org/request/show/944964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epy?expand=0&rev=4
2022-01-09 21:50:10 +00:00
828462fdc3 Fix changes
OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=11
2022-01-08 23:38:15 +00:00
cba9d14a50 - Update to version 2022.1.8+git.1641653565.c1f9b4e:
* Update README.md: added AUR installation
  * Delete .mkpkg script

OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=10
2022-01-08 23:30:44 +00:00
71b0703407 - Update to version 2021.10.23+git.1641627031.7bd659d:
* .mkpkg -> Makefile
  * Patch PKGBUILD

- Update to version 2021.10.23+git.1641622438.69c2f80:
  * Hotfix: curses has no attrib window in termux
  * Added default color config
  * Added PKGBUILD for Arch
  * Adjust setup.py and pyproject.toml to include epy_extras
  * Cleanup on failed ebook initialization
  * Initial prepackaging kindleunpack with epy
  * Use setuptools as setup backend instead of poetry
  * Update version and README.md
  * Change history matching key from filepath to title author
  * Initial library implementation
  * Always calculate reading_progress whenever possible, just not always shown
  * Refactor attribute name
  * Fixed book metadata
  * Add (sup|sub)script lookup table
  * Implement HTMLtoLines._group_spans_by_row()
  * Hotfix: adjust starting_line for inline style
  * Add text mark/span grouper method
  * Initial refactor: inline styling
  * Add ipdb dev dependency
  * Hotfix: Skip adding toc entry for empty label name
  * Update development env using poetry
  * Fix path resolver for Mobi.get_img_bytstr()
  * Add tests
  * Add requirements-dev.txt
  * Add support for Epub==v1.0 and simplify path resolver

OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=9
2022-01-08 07:39:58 +00:00
Dominique Leuenberger
0bfa2c09d1 Accepting request 941693 from Education
- Replace tts_lang.patch with mimic.patch, switching the TTS engine to
  free mimic (svox is non-free), and allowing inclusion into openSUSE.
- Add tts_lang.patch to allow setting language of TTS
  (gh#wustho/epy#43).

OBS-URL: https://build.opensuse.org/request/show/941693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epy?expand=0&rev=3
2021-12-21 17:40:36 +00:00
e1a078109f Adjust the patch
OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=8
2021-12-20 19:48:12 +00:00
de49d8830d Add the patch
OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=7
2021-12-20 19:44:56 +00:00
fba5bd228f - Replace tts_lang.patch with mimic.patch, switching the TTS engine to
free mimic (svox is non-free), and allowing inclusion into openSUSE.

OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=6
2021-12-20 19:40:25 +00:00
439e0439bd - Add tts_lang.patch to allow setting language of TTS
(gh#wustho/epy#43).

OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=5
2021-12-17 10:14:47 +00:00
Dominique Leuenberger
e68381f213 Accepting request 934246 from 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/934246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epy?expand=0&rev=2
2021-11-27 22:42:33 +00:00
b17da87b9f Fix Source
OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=4
2021-11-27 13:34:19 +00:00
da07dde958 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
2021-11-27 13:31:19 +00:00
Dominique Leuenberger
e3d34a5ac3 Accepting request 924945 from Education
This is a very useful package for reading ebooks on an openSUSE system, with lightweight requirements

OBS-URL: https://build.opensuse.org/request/show/924945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epy?expand=0&rev=1
2021-10-13 16:06:10 +00:00
Lars Vogdt
aa9d7d6725 Accepting request 909022 from home:nopeinomicon
Useful minimal text-based ebook reader

OBS-URL: https://build.opensuse.org/request/show/909022
OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=1
2021-09-14 08:43:15 +00:00