1
0

Accepting request 419198 from home:Lazy_Kent:devel

update to 0.8

OBS-URL: https://build.opensuse.org/request/show/419198
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-djvulibre?expand=0&rev=27
This commit is contained in:
Kyrill Detinov 2016-08-13 22:39:47 +00:00 committed by Git OBS Bridge
parent ed81502cb5
commit 2c869375b9
6 changed files with 44 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a2451ad965492fb4328fcfe4e79ad07ca2d8482776d34cf0f8adcb24195dc74
size 86377

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJXNHSzAAoJEC1Os6YBVHX1+wEP/3KjmEV27HYA6+ocfdgy6kzz
XQi0oxds+woDTv1415XYsVW22YNXppSmjl6N84PdFB9MzlKLZmlRyrWgdUAdDmyU
eSN0krK0X8KzUH5YhStazoqffT0+zm7OYlPdodPv1aJqslp2bVtYi6UtvuWuFBHC
oVMkIXOhZbOh6V5ooGQoKv6bfg4hn/bMsaVrJ9QQM4hu0MT7u9DKS35J4G8cCA25
3kXCLM8Qq0ANDb37gO6FKzaAtHHJOA5MPq8hpaJMMCv0eBTwqbSv43If3wcouZJ2
nmcOmVYA78NKobQDO7P3Q+ivdGUKyb9FdTs2vE3pomCrKADBG7W70/dTYCweVs4+
uS1wn+MzozFnatVcqf9OGdnxUFAKOribo60xsJrksT9YawTPf+GKGRownCCKXEQh
kVvQq6b0X0Ee4pNwos7sQ6NJZJ+UKWXR98A7JrryW0Jzv/kLeEmPU1StqdlX/MDk
K3QkuTPwpDXzKtn0SiTJV8XtD/RwJxJxcx9mGEHbYdXj0AOftllVZtXTnfvojDJX
l/dzKHlPdpuE1wORn4kjjbhij2IGWk8BMV81bgT8bU4h82asKLfzsXqB2xpOFpOA
PGDM5BjGORRWLuEMzWgAUcf191hcabI5zO7iuuBSDrqnQI95tghW2qjFxyWFa5wv
Wpjiy7wI62Lh/Mw1Fznc
=uWPo
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d6bf3143fa540e8ce330949c9edff7847ad7cd715f7c02e2991212873a5f31b
size 85436

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJXpQAbAAoJEC1Os6YBVHX13R4P/Amv3h3FHkBEupbWUoaO56Jc
Ci1HhJ2FeC5V66s1Ysi9gPIeHg6yaSqaaVERdbCbOpxyEBTrFlH3Vt2PosOt31kK
sWABObjCpfteippBgg9P+PhVAedVZCdN5OzZtpzh5PHvNPhW7/XMmTJl7SBJ2T8y
omoaTKzX4/NCshqL7gdhvA1tyWmbO5lQeNx90s6rsX/dQuwIah1pTsROWeIw4svd
oi120pfQ4TNOO9Wh+c2qvIaBKFSTVAC7u6PaK29OJ2S5Y8lzHZxkmHQPro83TGdy
js2Xz/W+fVAJF/G3AGXDkXRi2RbOQ88yxrgKGPFE9Z6eMXmvc0TINzaRO6+Et/1E
n7My0g5AHkdJ9j0I9ruXlw1x6mTzywf4PpalHFVNnHmEiti4nSn8hixKgSQNN/3u
3lz7MGYaY1gSwxJxhTAYzirfsGo/3Lys/LFjwiWGeipTlbKPnfcbOt/yaZ7cctr6
SZVR2GgsUGnFiG3GkLbM+YhqOlc6nAnZH+FcBnPs3PGH0c7aU6mUHfjVCxFsvZDg
yz/G02F+WKIEscfKoWhTOBncDKu8+nywPb25HQHNeyrSehKQ/ww5j0JzW+BRZhZl
F/JkQ9m42LsbfRrrXnCBLiEPjIiQVONx42nemUzXfKGIl/DNX4/XPfYVVxFx0Plz
xE/QHVYdNqEKJaASf73i
=qDxN
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Aug 11 11:05:04 UTC 2016 - lazy.kent@opensuse.org
- Update to 0.8.
* Improve documentation:
+ Fix doctests' compatibility with Python 3.6.
+ Don't require TeX distribution to render math formulas.
+ Simplify some module docstrings.
+ Fix typos in docstrings.
+ Update bug tracker URLs. The project repo has moved to
GitHub.
* Improve the setup script:
+ Check Cython version.
+ Use “python -m cython” instead of the “cython” script.
+ Report build-time requirements to pip.
+ Don't use setuptools, except on Windows.
+ Remove poorly standardized “platforms” metadata key. (The
information about supported platform is available in the
“Operating System” classifiers.).
+ Add the “Programming Language :: Cython” classifier.
* Don't hardcode the Python interpreter path in script shebangs;
use “#!/usr/bin/env python” instead.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 20 09:09:01 UTC 2016 - lazy.kent@opensuse.org Fri May 20 09:09:01 UTC 2016 - lazy.kent@opensuse.org

View File

@ -17,7 +17,7 @@
Name: python-djvulibre Name: python-djvulibre
Version: 0.7.2 Version: 0.8
Release: 0 Release: 0
Summary: Python Support for the DjVu Image Format Summary: Python Support for the DjVu Image Format
License: GPL-2.0 License: GPL-2.0
@ -32,7 +32,6 @@ BuildRequires: pkgconfig
BuildRequires: python-Cython >= 0.19 BuildRequires: python-Cython >= 0.19
BuildRequires: python-Sphinx BuildRequires: python-Sphinx
BuildRequires: python-devel >= 2.6 BuildRequires: python-devel >= 2.6
BuildRequires: python-setuptools
BuildRequires: pkgconfig(ddjvuapi) >= 3.5.21 BuildRequires: pkgconfig(ddjvuapi) >= 3.5.21
# Required for tests. # Required for tests.
BuildRequires: djvulibre BuildRequires: djvulibre