Robert Schütz
9c80e8b010
python310Packages.dateparser: 1.1.6 -> 1.1.7
...
Diff: https://github.com/scrapinghub/dateparser/compare/refs/tags/v1.1.6...v1.1.7
Changelog: https://github.com/scrapinghub/dateparser/blob/refs/tags/v1.1.7/HISTORY.rst
2023-02-02 12:13:39 -08:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt
f2cb9ee5ff
python3Packages.dateparser: 1.1.5 -> 1.1.6
...
https://github.com/scrapinghub/dateparser/blob/refs/tags/v1.1.6/HISTORY.rst
2023-01-19 03:16:37 +01:00
Martin Weinelt
a3f4dea6fa
python3Packages.dateparser: 1.1.4 -> 1.1.5
2023-01-05 01:08:57 +01:00
Fabian Affolter
914539a5c3
python310Packages.dateparser: rename GitPython
2022-12-05 19:35:46 +01:00
Robert Schütz
0ba4faa6b0
python310Packages.dateparser: 1.1.3 -> 1.1.4
...
https://github.com/scrapinghub/dateparser/blob/v1.1.4/HISTORY.rst
2022-11-27 12:36:14 -08:00
Robert Schütz
e4d96a1f37
python310Packages.dateparser: 1.1.1 -> 1.1.3
...
https://github.com/scrapinghub/dateparser/blob/v1.1.3/HISTORY.rst
2022-11-11 19:56:05 -08:00
Vladimír Čunát
e85bc94c9d
python3Packages.dateparser: fix tests on 31st day
...
Our patch from PR #189312 wasn't complete; let's take the upstream one.
I tested on 31st that it really passes now.
2022-10-31 07:40:55 +01:00
Martin Weinelt
fc7fafcbf0
python3Packages.dateparser: fix regex compatibility
...
Patch by thmo (THomas Moschny) taken from
https://github.com/scrapinghub/dateparser/issues/1045#issuecomment-1129846022 .
Also relaxes the regex version constraint.
2022-09-19 10:37:48 +02:00
Martin Weinelt
0cece84ef3
python3Packages.dateparser: patch flaky test
...
The dateparser module has a test that works with the current day of the
month and uses it in June 2020. This breaks everytime we build the
package on the 31st of a month, because June only has 30 days.
```
❯ cal 6 2020
Juni 2020
Mo Di Mi Do Fr Sa So
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
```
https://github.com/scrapinghub/dateparser/issues/1053
2022-09-01 19:36:26 +02:00
Martin Weinelt
9628bac854
python3Packages.dateparser: 1.1.0 -> 1.1.1
2022-04-15 01:39:48 +02:00
Robert Schütz
2cae050057
python2Packages: remove superfluous overrides
...
Since Python 2 is not supported anymore we only keep those overrides
which are used by leaf packages.
2022-01-01 02:10:53 +01:00
sternenseemann
1a1e32f023
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts were caused by 2043dbb6fa
interacting with b2767b69dd .
2021-11-13 12:35:55 +01:00
Markus S. Wamser
2043dbb6fa
pkgs.development.python-modules: remove unused args
2021-11-12 19:10:54 -08:00
Sandro Jäckel
b2767b69dd
python39Packages.ruamel-yaml: normalise name, adopt
2021-11-02 13:38:06 +01:00
Robert Schütz
5fb4d4488e
python3Packages.dateparser: 1.0.0 -> 1.1.0
...
https://github.com/scrapinghub/dateparser/releases/tag/v1.1.0
2021-10-05 17:44:05 -07:00
Robert Schütz
1ec5651913
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
2021-07-03 13:45:57 +02:00
Robert Schütz
b06174986c
python3Packages.dateparser: run tests
2021-03-20 09:21:02 +01:00
Robert Schütz
d6c9bf042f
pythonPackages.dateparser: dropped support for Python 2.7
2021-03-20 09:21:02 +01:00
Robert Schütz
dc7fd28f2a
pythonPackages.dateparser: add python2-compatible expression
2021-03-10 23:33:43 +01:00
Frederik Rietdijk
f971d12aaf
python3Packages.dateparser: 0.7.6 -> 1.0.0
2020-12-01 14:44:10 +01:00
Frederik Rietdijk
76bc01a668
python: dateparser: 0.7.4 -> 0.7.6
2020-08-04 21:54:43 +02:00
Frederik Rietdijk
6d863b2c98
python.pkgs.dateparser: disable tests
2020-06-11 10:00:26 +02:00
Jonathan Ringer
9561dd8a73
python3Packages.dateparser: add missing test dependency
2020-05-11 22:13:16 +02:00
Frederik Rietdijk
8619e041c8
python3Packages.dateparser: 0.7.2 -> 0.7.4
2020-05-11 22:12:10 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Frederik Rietdijk
9bf1f09034
python: dateparser: 0.7.1 -> 0.7.2
2019-10-18 09:53:57 +02:00
Robert Schütz
9fe2447dec
python.pkgs.dateparser: 0.7.0 -> 0.7.1
...
fixes #52766
2019-02-12 23:12:46 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Robert Schütz
d436d3dac5
pythonPackages.dateparser: 0.6.0 -> 0.7.0
2018-02-09 19:57:22 +01:00
Robert Schütz
f3e87bf50f
pythonPackages.dateparser: switch to parameterized
...
nose-parameterized is deprecated and yields a warning
2018-02-06 00:56:42 +01:00
makefu
ba19c2d18e
pythonPackages.dateparser: 0.3.2-pre-2016-01-21 -> 0.6.0
2017-12-12 14:14:24 +01:00