Commit Graph

192 Commits

Author SHA1 Message Date
Fedora Release Engineering
fbb0adcd12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 01:59:46 +00:00
Igor Raits
e646c1352a Update to 4.5.1
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
2020-06-01 20:14:04 +02:00
Miro Hrončok
7af357f1ba Rebuilt for Python 3.9 2020-05-22 22:10:02 +02:00
Fedora Release Engineering
e6e6df4b40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 13:13:09 +00:00
Miro Hrončok
d39bc4a9d1 Subpackage python2-lxml has been removed 2019-11-21 00:38:31 +01:00
Igor Gnatenko
960a9c1ff7
Generate C files using py3 Cython
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-09-07 13:36:10 +02:00
Igor Gnatenko
9f539bef55
Update to 4.4.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-09-07 12:36:03 +02:00
Miro Hrončok
d732eb2898 Rebuilt for Python 3.8 2019-08-16 14:05:00 +02:00
Igor Gnatenko
059902b361
Update to 4.4.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-08-03 14:32:48 +02:00
Fedora Release Engineering
49d7109317 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 14:24:00 +00:00
Miro Hrončok
abc1e71640 Remove pregenerated Cython C sources 2019-05-15 12:16:34 +02:00
Fedora Release Engineering
1dcd880cc2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 07:38:12 +00:00
Igor Gnatenko
714d829168
Update to 4.2.5
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-12-18 11:45:21 +01:00
Igor Gnatenko
7906b1b210
Update to 4.2.4
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-09-02 09:57:28 +02:00
Fedora Release Engineering
ee81b64249 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 00:53:02 +00:00
Igor Gnatenko
f6400d7a5a
Update to 4.2.3
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-07-07 16:21:26 +02:00
Miro Hrončok
4fc8635041 Rebuilt for Python 3.7 2018-06-17 17:30:55 +02:00
Igor Gnatenko
55db4c1701
Update to 4.2.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-04-25 17:59:43 +02:00
Fedora Release Engineering
5728af653f - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 08:47:15 +00:00
Igor Gnatenko
3ca414986f get latest version back
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-05 09:47:58 +01:00
Igor Gnatenko
985b25d595 enforce Cython
This falls under pre-generated code, while autotools pregenerated
code is used only in build-time, Cython pregenerated code is
what you get for runtime and there might be vulnerabilities
or bad performance due to that (depends on which Cython version
upstream generated C code). Also upstream had to release 4.1.1
with rebuilt C code with latest Cython due to Py3.7.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-05 09:45:00 +01:00
Igor Gnatenko
c0ca746055 order changelog
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-05 09:36:42 +01:00
Igor Gnatenko
1ff71ff1d4 Update to 4.1.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-05 09:36:03 +01:00
Mikolaj Izdebski
3b003d493f Conditionally allow building without Cython 2017-10-10 11:22:43 +02:00
Mikolaj Izdebski
a50349c35b Optimize dependencies
Weaken dependencies on optional libraries -- cssselect is totally
optional (and rarely used), html5lib and beautifulsoup4 are used only
for HTML support, while primary use of lxml is processing XML.
2017-10-05 09:41:12 +02:00
Igor Gnatenko
0da2f4356f Update to 4.0.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-05 09:38:14 +02:00
Igor Gnatenko
dbf0af88ea make sure that Cython is used
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-05 09:37:13 +02:00
Igor Gnatenko
c4b2e3dc7d python->python2 + add missing Cython
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-05 09:36:47 +02:00
Igor Gnatenko
177059089a reorder dependencies
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-05 09:36:06 +02:00
Igor Gnatenko
0b6379bf45 don't duplicate description
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-04 16:42:57 +02:00
Igor Gnatenko
f4dff19db5 don't duplicate summary
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-04 16:42:07 +02:00
Igor Gnatenko
ed72f1a0a3 trivial cleanups in filelists
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-04 16:41:41 +02:00
Igor Gnatenko
6ac2a832d1 pypi_name -> modname
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-04 16:41:16 +02:00
Kevin Fenzi
4d9870a4c2 Update to 3.8.0. Fixes bug #1458529 2017-08-13 12:06:33 -07:00
Fedora Release Engineering
98066c33e9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 06:49:46 +00:00
Fedora Release Engineering
a50d6b49db - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 10:50:10 +00:00
Fedora Release Engineering
190f1593a2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 09:31:06 +00:00
Fabio Alessandro Locati
056f2965fb
Fix data 2017-01-09 20:09:22 +01:00
Fabio Alessandro Locati
6cad8c2616
Update to 3.7.2 2017-01-09 20:06:42 +01:00
Fabio Alessandro Locati
e297bac264
Fix conflict 2016-12-25 11:25:15 +01:00
Fabio Alessandro Locati
ff76e526fd
Update to 3.7.1 2016-12-25 11:23:56 +01:00
Charalampos Stratakis
b2c7165e1f Rebuild for Python 3.6 2016-12-13 18:42:45 +01:00
Fabio Alessandro Locati
6084fd0b24
Improve spec 2016-12-13 08:27:59 +01:00
Fabio Alessandro Locati
e13b8862f4
Shorten the summary 2016-12-11 12:12:24 +01:00
Fabio Alessandro Locati
6f8d8ee68b
Update to 3.7.0 2016-12-11 11:25:07 +01:00
Fabio Alessandro Locati
24f57899f0 Rollback previous commit 2016-09-17 15:40:38 +02:00
Fabio Alessandro Locati
001f6404e9 Prepare for EL7 porting 2016-09-17 15:36:43 +02:00
Fabio Alessandro Locati
f61642a334 Bump to 3.6.4 2016-09-17 12:50:18 +02:00
Fedora Release Engineering
ff3eeccbe7 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 10:22:28 +00:00
Fedora Release Engineering
4e73b662e1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 20:06:08 +00:00
Dan Horák
83cdac57e0 - fix conditional 2016-01-21 11:48:06 +01:00
Robert Kuska
d9485623b7 Rebuilt for Python3.5 rebuild 2015-11-06 13:29:14 +01:00
Peter Robinson
76c7498a0a Update to 3.4.4, Use %%license, cleanup spec 2015-08-28 18:09:32 +01:00
Dennis Gilmore
3a9c7bab3c - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 19:51:27 +00:00
Jeffrey C. Ollie
f315d29349 3.3.6 2014-08-29 14:13:30 -05:00
Peter Robinson
0fd37603b9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 21:22:58 +00:00
Dennis Gilmore
aeef05dfca - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 16:16:57 -05:00
Slavek Kabrda
a555fb9381 Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 2014-05-15 16:35:43 +02:00
Jeffrey C. Ollie
d357fa2a65 3.3.5 2014-04-28 09:51:02 -05:00
Jeffrey C. Ollie
716fd21260 Fix macro definition 2014-03-26 14:51:54 -05:00
Jeffrey C. Ollie
e06f0bc997 Add python3-cssselect requirement to correct package 2014-03-26 14:24:15 -05:00
Jeffrey C. Ollie
b6e58a15d2 python3-cssselect is F20 and newer 2014-03-24 10:48:17 -05:00
Jeffrey C. Ollie
6c681be7e9 cssselect 2014-03-24 10:20:30 -05:00
Jeffrey C. Ollie
789f01d7e3 3.3.3 2014-03-11 10:19:56 -05:00
Alexander Todorov
42d104291d Add check section #1075070 2014-03-11 10:13:05 -05:00
Jeffrey C. Ollie
2d262b8b43 3.3.2 2014-02-28 08:53:36 -06:00
Jeffrey C. Ollie
40d97e525c update Cython req 2014-01-27 12:30:25 -06:00
Jeffrey C. Ollie
b751d65754 fix changelog date 2014-01-27 10:25:11 -06:00
Jeffrey C. Ollie
2f5ae9c44f 3.3.0 2014-01-27 09:50:51 -06:00
Jeffrey C. Ollie
1523d8509c 3.2.4 2013-11-11 14:21:19 -06:00
Jeffrey C. Ollie
d1aad45540 add cssselect requirement 2013-09-18 12:42:19 -05:00
Jeffrey C. Ollie
ad42ed91ae 3.2.3 2013-07-28 13:40:28 -05:00
Jeffrey C. Ollie
b0c0cef047 3.2.1 2013-05-11 21:48:09 -05:00
Jeffrey C. Ollie
be85c7c18b 3.2.0 2013-05-10 10:29:27 -05:00
Jeffrey C. Ollie
b408efed45 3.1.0 2013-03-08 15:00:03 -06:00
Dennis Gilmore
008533f694 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 13:48:32 -06:00
Jeffrey C. Ollie
59580481ef 3.0.1 2012-10-15 16:18:03 -05:00
Jeffrey C. Ollie
b5d75d9b28 3.0 2012-10-10 10:57:13 -05:00
Jeffrey C. Ollie
b262b590a4 2.3.5 2012-09-27 09:51:02 -05:00
David Malcolm
3fa91ae8d1 rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 2012-08-04 05:02:52 -04:00
David Malcolm
0d60ae443f remove rhel logic from with_python3 conditional 2012-08-03 12:25:10 -04:00
Dennis Gilmore
a771b332cf - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 02:02:19 -05:00
Jeffrey C. Ollie
1631eb9364 README.txt no longer in package 2012-01-05 16:10:41 -06:00
Jeffrey C. Ollie
df54e69f52 README.txt no longer in package 2012-01-05 15:56:48 -06:00
Jeffrey C. Ollie
5860e7ed86 2.3.3 2012-01-05 10:24:01 -06:00
Jeffrey C. Ollie
e28be7908c 2.3.3 2011-11-14 10:15:43 -06:00
Jeffrey C. Ollie
1ed9ae17d9 2.3.1 2011-09-25 15:37:36 -05:00
Jeffrey C. Ollie
d7112cd657 Update to 2.3 2011-04-19 10:40:15 -05:00
Dennis Gilmore
599fd5e6ed - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 22:58:50 -06:00
David Malcolm
4592a57e2d rebuild for newer python3 2010-12-29 18:09:39 -05:00
Jeffrey C. Ollie
b303b1dc2e - Rebuild for newer libxml2 2010-11-05 08:06:23 -05:00
Jeffrey C. Ollie
04bd166fa7 - 2.2.8 (2010-09-02)
- Bugs fixed
-
-     * Crash in newer libxml2 versions when moving elements between
-       documents that had attributes on replaced XInclude nodes.
-     * Import fix for urljoin in Python 3.1+.
2010-09-06 21:23:34 -05:00
Jeffrey C. Ollie
721b254fb8 - Don't byte-compile files during install because setup.py doesn't
properly byte compile for Python version 3.2
2010-08-24 01:15:58 -05:00
Jeffrey C. Ollie
c452ac6e55 - Rebuild for Python 3.2 2010-08-24 00:57:59 -05:00
Jeffrey C. Ollie
da85d844e6 - 2.2.7 (2010-07-24)
- Bugs fixed
-
- * Crash in XSLT when generating text-only result documents with a
    stylesheet created in a different thread.
2010-07-26 18:37:22 +00:00
dmalcolm
fe7e895248 add the patch; remove the mistakenly-added src.rpm 2010-07-26 18:02:23 +00:00
dmalcolm
91cc1cce3d workaround for 2to3 issue (patch 0; bug 600036) 2010-07-26 17:57:39 +00:00
dmalcolm
8f0e38b4e3 - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 04:39:34 +00:00
Jeffrey C. Ollie
8d9cf440b7 - 2.2.6 (2010-03-02)
-
- Bugs fixed
-
- * Fixed several Python 3 regressions by building with Cython 0.11.3.
2010-03-02 16:49:45 +00:00
Jeffrey C. Ollie
3a351544ae - 2.2.5 (2010-02-28)
-
- Features added
-
- * Support for running XSLT extension elements on the input root node
- (e.g. in a template matching on "/").
-
- Bugs fixed
-
- * Crash in XPath evaluation when reading smart strings from a document
- other than the original context document.
- * Support recent versions of html5lib by not requiring its XHTMLParser
- in htmlparser.py anymore.
- * Manually instantiating the custom element classes in lxml.objectify
- could crash.
- * Invalid XML text characters were not rejected by the API when they
- appeared in unicode strings directly after non-ASCII characters.
- * lxml.html.open_http_urllib() did not work in Python 3.
- * The functions strip_tags() and strip_elements() in lxml.etree did
- not remove all occurrences of a tag in all cases.
- * Crash in XSLT extension elements when the XSLT context node is not
- an element.
2010-03-01 15:53:07 +00:00