Commit Graph

1615 Commits

Author SHA1 Message Date
Jörg Thalheim
bde5cde9c6 python.pkgs.pytest-sugar: init at 0.9.0 2017-09-02 13:55:59 +02:00
Jörg Thalheim
1089ccedb7 python.pkgs.pytest-warnings: init at 0.3.0 2017-09-02 13:55:59 +02:00
Jörg Thalheim
ec33fe6181 python.pkgs.cherrypy: 8.7.0 -> 11.0.0 2017-09-02 13:55:59 +02:00
Jörg Thalheim
be7d6c4cfd python.pkgs.beautifulsoup: 4.5.3 -> 4.6.0 2017-09-02 13:55:59 +02:00
Jörg Thalheim
dc6d287dcf python.pkgs.portend: init at 2.1.2 2017-09-02 13:55:58 +02:00
Jörg Thalheim
1041009a92 python.pkgs.cheroot: init at 5.5.0 2017-09-02 13:55:58 +02:00
Jörg Thalheim
69c4724dd4 python.pkgs.backports_unittest-mock: init at 1.3 2017-09-02 13:55:58 +02:00
Jörg Thalheim
c6539df7ab python.pkgs.dateutil: 2.6.0 -> 2.6.1 2017-09-02 13:55:58 +02:00
Jörg Thalheim
7ea0076537 python.pkgs.tempora: 1.4 -> 1.8 2017-09-02 13:55:58 +02:00
Jörg Thalheim
50cc30da73 python.pkgs.werkzeug: 0.11.10 -> 0.12 2017-09-02 13:55:58 +02:00
Jörg Thalheim
c9f387a55c python.pkgs.tzlocal: 1.2.2 -> 1.4 2017-09-02 13:55:58 +02:00
Jörg Thalheim
ffb043b769 python.pkgs.requests: 2.13.0 -> 2.18.4 2017-09-02 13:55:58 +02:00
Jörg Thalheim
4050ec5836 python.pkgs.flask-restplus_0_8: remove 2017-09-02 13:55:58 +02:00
Jörg Thalheim
bfabc3a78c python.pkgs.flask-restful: 0.3.5 -> 0.3.6 2017-09-02 13:55:58 +02:00
Jörg Thalheim
99ed36e590 python.pkgs.flask-cors: 2.1.2 -> 3.0.2 2017-09-02 13:55:58 +02:00
Jörg Thalheim
8bc620ddc2 python.pkgs.flask-compress: 1.3.2 -> 1.4.0 2017-09-02 13:55:58 +02:00
Jörg Thalheim
b4dbd7fdb8 python.pkgs.chardet: 2.3.0 -> 3.0.4 2017-09-02 13:55:58 +02:00
Jörg Thalheim
f3400b5ca9 python.pkgs.urrlib3: 1.20 -> 1.22 2017-09-02 13:55:58 +02:00
aszlig
ca1ea69972 python/pyocr: 0.4.6 -> 0.4.7
Upstream changes:

  * Tesseract 4.00.00alpha:
    * Version parsing: Ignore suffix (so '4.00.00alpha' == (4, 0, 0))
    * Libtesseract: Load libtesseract.so.4 instead of libtesseract.so.3
      if available
  * Support for Tesseract 3.05.00:
    * Builders: Split field 'tess_conf' into 'tess_flags' and 'tess_conf'
    * Libtesseract: If available, use
                    TessBaseAPIDetectOrientationScript() instead of
                    TessBaseAPIDetectOS
  * Libtesseract:
    * Workaround: Prevents possible segfault in image_to_string() when
                  the target language is not available

Full upstream change log can be found at:

https://github.com/openpaperwork/pyocr/blob/b006123d1d002711b9/ChangeLog

The tesseract.patch for supporting Tesseract version 3.05.00 has been
applied upstream and we can safely drop it.

We now use substituteInPlace in conjunction with a patch to insert the
relevant store paths instead of sed, so it's less fragile whenever we
have upstream changes in handling of these paths.

I've tested this by reverting 48a941e29f and applying a build
fix patch of Cuneiform 1.1.0 from Arch Linux, because right now
Cuneiform is an experimental version that can't be fixed on behalf of
pyocr (the reason is that pyocr needs to get a list of languages, which
doesn't work in that version anymore).

In addition to that I've successfully built paperwork-backend which by
now is the one package which depends on pyocr. However, I didn't do
runtime tests of Paperwork.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @7c6f434c
2017-09-02 05:31:22 +02:00
aszlig
3086fc7f83 python/pyocr: Move package into python-modules
We already have a patch feeling lonely inside the python-modules
directory and to have everything at one place let's actually move pyocr
into its own dedicated directory so it's easier to patch it up (which
we're going to).

Right now, the package fails to build because of a few test failures, so
I haven't tested this apart from evaluating.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-09-02 03:45:13 +02:00
Jörg Thalheim
e4bc14f6b7 python2Packages.jedi: fix tests 2017-09-01 19:06:49 +01:00
Jörg Thalheim
8f932af263 python.pkgs.requests-oauthlib: fix source hash
Was accidentally broken during merge.
2017-09-01 18:22:52 +01:00
Jörg Thalheim
d52eaf878c python.pkgs.pytest-django: fix patch hash 2017-09-01 08:56:08 +01:00
wisut hantanong
489bfcfa0f pythonPackages.pyshp : move to separate expression 2017-08-31 21:18:41 +07:00
wisut hantanong
b9eebaf8bb pythonPackages.pyrr : move to separate expression 2017-08-31 21:18:41 +07:00
wisut hantanong
80ca1cae8b pythonPackages.pygpgme : move to separate expression 2017-08-31 21:18:41 +07:00
wisut hantanong
ac35d9884b pythonPackages.pyglet : move to separate expression 2017-08-31 21:18:40 +07:00
wisut hantanong
282216c635 pythonPackages.pygeoip : move to separate expression 2017-08-31 21:18:40 +07:00
wisut hantanong
d94d826433 pythonPackages.pyftgl : move to separate expression 2017-08-31 21:18:40 +07:00
wisut hantanong
2d7733b6c2 pythonPackages.pyfiglet : move to separate expression 2017-08-31 21:18:39 +07:00
wisut hantanong
4f43682759 pythonPackages.pyfftw : move to separate expression 2017-08-31 21:18:39 +07:00
wisut hantanong
64fb881757 pythonPackages.pyfeed : move to separate expression 2017-08-31 21:18:39 +07:00
wisut hantanong
fcba0a1cb7 pythonPackages.ROPGadget : move to separate expression 2017-08-31 21:18:39 +07:00
wisut hantanong
31b7f8701a pythonPackages.ramlfications : move to separate expression 2017-08-31 21:18:38 +07:00
wisut hantanong
c0433265bb pythonPackages.smugpy : move to separate expression 2017-08-31 21:18:38 +07:00
wisut hantanong
6ba7b4c672 pythonPackages.hypchat : move to separate expression 2017-08-31 21:18:30 +07:00
wisut hantanong
43acfe0f49 pythonPackages.tempora : move to separate expression 2017-08-31 20:58:22 +07:00
Frederik Rietdijk
6d4bd78fad Merge commit '2858c41' into HEAD 2017-08-30 21:07:07 +02:00
Dmitry Kalinkin
4d3c396181 python.pkgs.numpy: fix patch 2017-08-29 20:22:05 +02:00
Jörg Thalheim
c804973126 Merge pull request #28670 from Mic92/moretools
moretools: fix build and 0.1a41 -> 0.1.8
2017-08-29 10:38:06 +01:00
Jörg Thalheim
bbd2a0323b python.pkgs.moretools: 0.1a41 -> 0.1.8
Progress on: #28643
2017-08-29 10:33:59 +01:00
Vladimír Čunát
2858c41823 Merge branch 'master' into staging
There were some conflicts in python modules, commented at #28314.
2017-08-29 10:51:54 +02:00
Jörg Thalheim
6670ee9ee6 python.pkgs.ldap: fix build 2017-08-29 09:15:22 +01:00
Vladimír Čunát
34b6bbe021 Merge #28053: GNOME: 3.22 -> 3.24 2017-08-29 09:48:54 +02:00
Jörg Thalheim
b57deb8242 python.pkgs.zetup: init at 0.2.34
(needed as dependency for moretools)
2017-08-29 07:36:18 +01:00
Jörg Thalheim
96ef0dc776 python.pkgs.mozlog: disable for python3
not yet compatible according to upstream
2017-08-29 06:49:03 +01:00
Dan Peebles
d25134b196 pythonPackages.tiros: init at 1.0.38 2017-08-28 22:11:44 -04:00
Jörg Thalheim
9b65bc9649 python.pkgs.Flask-Testing: 0.6.1 -> 0.6.2
Progress on: #28643
2017-08-28 22:21:26 +01:00
Linus Heckemann
b73e3b6095 GNOME: 3.22 -> 3.24
This is a squash commit of the joint work from:

* Jan Tojnar (@jtojnar)
* Linus Heckemann (@lheckemann)
* Ryan Mulligan (@ryantm)
* romildo (@romildo)
* Tom Hunger (@teh)
2017-08-28 15:32:49 +01:00
Jörg Thalheim
99ffd2051e python.pkgs.pyramid_beaker: fix tests 2017-08-28 12:21:13 +01:00