Commit graph

350 commits

Author SHA1 Message Date
Maciej Korycinski
b8cab593ec Fix wrong format of debug message in generate_articles method (#498) 2018-01-04 18:36:04 -08:00
Lucas Ou-Yang
b23e120b20
Remove python 2.6 support from CI tests 2017-12-26 18:46:26 -08:00
Lucas Ou-Yang
918c8a20af
Update requirements.txt in python-2 branch (#493)
Update requirements.txt in python-2 branch to use minimal
2017-12-26 18:45:56 -08:00
Lucas Ou-Yang
8efd2d29b6
Fix CI integration tests for python-2-branch (#492)
Create .travis.yml for python-2-branch to fix CI integration tests
2017-12-26 18:41:02 -08:00
Yuri Prezument
1a18012953
Merge pull request #465 from ssaamm/python-2-requirementsupdate
Update nltk version
2017-12-20 18:27:25 +02:00
Samuel Taylor
38e395ed6a Fix line endings in MANIFEST.in 2017-10-30 13:06:11 -05:00
Samuel Taylor
55e2cdabf0 Update nltk version 2017-10-27 14:41:31 -05:00
codelucas
574d8d62ed Version bump 2017-06-13 18:47:12 -07:00
codelucas
3adc07bd36 Change clause for uploading again 2017-06-13 18:46:53 -07:00
codelucas
6d478a0485 Version bump and change clause for publish 2017-06-13 18:45:12 -07:00
codelucas
dc1365ff25 Version bump 2017-06-13 18:37:32 -07:00
codelucas
4e57afbcc7 Change setup.py format in python2 2017-06-13 18:37:08 -07:00
codelucas
eeea6a41af Bump version 2017-06-13 18:35:14 -07:00
codelucas
a2bb25d60b Version bump 2017-06-13 18:32:44 -07:00
codelucas
e719488576 Bump version 2017-06-13 02:20:34 -07:00
codelucas
4c787769cb Exclude py2 newspaper .pyc files from packaging 2017-06-13 02:15:10 -07:00
codelucas
4e7e8cc0ab Version bump => atttempt to fix resource package missing 2017-06-13 01:06:52 -07:00
codelucas
8534f390c8 highlight warning message in python2 install console 2017-06-11 03:50:57 -07:00
codelucas
4f5d287b24 Fix python-2-head branch setup.py warning 2017-06-11 03:21:52 -07:00
codelucas
f1b4773754 Bump python2 version 2017-06-11 03:13:06 -07:00
codelucas
422a9f48ea Change python-2-head / python2 newspaper version to print warning if attempting to install on python3 2017-06-11 03:11:23 -07:00
Lucas Ou-Yang
a0e33d9996 Merge pull request #144 from yprez/fix-lxml-errors
Handle lxml raising ValueError on node.itertext()
2016-01-14 00:12:09 -08:00
Yuri Prezument
b7ee7ed1f4 Add logging on failure to parse an lxml node 2016-01-11 12:57:06 +02:00
Lucas Ou-Yang
f7397765b5 Merge pull request #170 from adrienthiery/python-2-head
Updated requests version
2016-01-10 02:00:53 -08:00
Adrien Thiery
c84786b8df Updated requests version 2015-11-16 19:30:34 -05:00
Yuri Prezument
c96c9f1453 Handle lxml raising ValueError on node.itertext()
The error:
ValueError: Input object has no element: HtmlProcessingInstruction

Ref #143
2015-05-13 21:49:03 +03:00
Lucas Ou-Yang
dc78e2a0c1 Merge pull request #136 from jtpio/python-2-head
Correct link for the Python 3 branch
2015-05-02 18:37:24 -07:00
Jeremy Tuloup
426c6c9134 Correct link for the Python 3 branch 2015-04-20 20:13:57 +02:00
Lucas Ou-Yang
c72b045f83 Fix MANIFEST.in, bump version again 2015-03-04 00:45:49 -08:00
Lucas Ou-Yang
5c71f870ad Bump version 2015-03-04 00:16:30 -08:00
Lucas Ou-Yang
08796dc89f Merge pull request #125 from hexelon/python-2-head
bumping nltk to 2.0.5 - see #824 in nltk
2015-03-01 21:39:30 -08:00
Max Stoliar
01c6a26135 bumping nltk to 2.0.5 - see #824 in nltk
This has to be done due to https://github.com/nltk/nltk/issues/824
2015-02-25 17:21:39 +02:00
codelucas
d5af1c0c5e Version bump 2015-02-06 05:19:37 -08:00
codelucas
f263a90db2 Fixed empty return in top_meta_image(..) 2015-02-06 05:18:28 -08:00
codelucas
483f5b40c2 Allow lists in clean_article_html(..) 2015-02-06 05:14:46 -08:00
codelucas
6df8614b88 [bugfix] nodeToString returns valid HTML 2015-02-06 05:11:46 -08:00
codelucas
dc64421961 Deprecate node_to_string for nodeToString 2015-02-06 05:09:00 -08:00
codelucas
6d565de3a3 [bugfix] prevent get_unicode from printing exception tracebacks when input is an empty str 2015-02-04 22:39:03 -08:00
codelucas
0b1dd916ac Version bump 0.0.9.4 => 0.0.9.5 after bugfix 2015-02-04 03:14:50 -08:00
codelucas
c3c9b6696b [bugfix] Misspelled publish_date, remove unused module from requirements.txt 2015-02-04 03:05:58 -08:00
codelucas
4d92db732e Add parse.ly to README, add fulltext API 2015-02-03 16:57:18 -08:00
codelucas
6a277117c4 Version bump 0.0.9.3 => 0.0.9.4 (pypi error on the 0.0.9.3 version, had to reupload new) 2015-02-03 16:21:52 -08:00
codelucas
4f072163f3 Version bump 0.0.9.2 => 0.0.9.3 2015-02-03 16:17:57 -08:00
codelucas
99adf1cdac Add publishing date extraction to README, refactor README to look like python3's README 2015-02-03 15:35:25 -08:00
codelucas
e4a4f38336 Add publishing date extraction 2015-02-03 13:13:39 -08:00
codelucas
124c0a6d98 Fix fulltext(..) API so it always returns Unicode 2015-02-01 01:13:50 -08:00
Lucas Ou-Yang
b3e955075b Add fulltext(..), an API for direct HTML => fulltext 2015-02-01 00:52:54 -08:00
codelucas
78aa592038 Fix MANIFEST.in for setup.py publishing 2015-01-22 07:29:38 -08:00
codelucas
701aa3af07 Remove /packages inclusion in setup.py 2015-01-22 06:22:29 -08:00
codelucas
f69a1aba63 Bump version to 0.0.9.2 2015-01-22 06:19:59 -08:00