Accepting request 1008312 from Education
- Update to version 2022.4.18+git.1664754357.6dd1860: * Update tests trigger path * Update tests and Makefile * Update tests * Restore and update setup.py for AUR pkg compatibility * Major refactor: breakdown epy.py script into package project structure for easier development Squashed commit of the following: * Setup debugger: debugpy * Revert "Add user setting for indenting paragraphs (#63)" Issue with inline style (italic, bold) * Add user setting for indenting paragraphs (#63) OBS-URL: https://build.opensuse.org/request/show/1008312 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epy?expand=0&rev=6
This commit is contained in:
commit
eff6ed6806
7
_service
7
_service
@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="versionprefix">2022.4.18+git</param>
|
||||
<param name="url">https://github.com/wustho/epy.git</param>
|
||||
<param name="scm">git</param>
|
||||
@ -7,9 +7,10 @@
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">mcepl@cepl.eu</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="compression">gz</param>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled" />
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/wustho/epy.git</param>
|
||||
<param name="changesrevision">50dd4faf4ca095b8f10a1883ca1168a2628e877e</param></service></servicedata>
|
||||
<param name="changesrevision">6dd186099b868a8f0998f0474663971a4b86324c</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0536b120bff25c743933c78a9319230214dc402a2b0926b81469ee777bfc8f82
|
||||
size 186842
|
3
epy-2022.4.18+git.1664754357.6dd1860.tar.xz
Normal file
3
epy-2022.4.18+git.1664754357.6dd1860.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d66f3f456b14898b6fba31ee853e151ec28b653a20748506541985de744158cc
|
||||
size 171524
|
13
epy.changes
13
epy.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 05 22:19:22 UTC 2022 - mcepl@cepl.eu
|
||||
|
||||
- Update to version 2022.4.18+git.1664754357.6dd1860:
|
||||
* Update tests trigger path
|
||||
* Update tests and Makefile
|
||||
* Update tests
|
||||
* Restore and update setup.py for AUR pkg compatibility
|
||||
* Major refactor: breakdown epy.py script into package project structure for easier development Squashed commit of the following:
|
||||
* Setup debugger: debugpy
|
||||
* Revert "Add user setting for indenting paragraphs (#63)" Issue with inline style (italic, bold)
|
||||
* Add user setting for indenting paragraphs (#63)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 07:37:33 UTC 2022 - mcepl@cepl.eu
|
||||
|
||||
|
4
epy.obsinfo
Normal file
4
epy.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: epy
|
||||
version: 2022.4.18+git.1664754357.6dd1860
|
||||
mtime: 1664754357
|
||||
commit: 6dd186099b868a8f0998f0474663971a4b86324c
|
4
epy.spec
4
epy.spec
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: epy
|
||||
Version: 2022.4.18+git.1650237821.50dd4fa
|
||||
Version: 2022.4.18+git.1664754357.6dd1860
|
||||
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: epy-%{version}.tar.gz
|
||||
Source: epy-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python3-curses
|
||||
BuildRequires: python3-mobi
|
||||
|
Loading…
Reference in New Issue
Block a user