| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python310Packages.dateparser: 1.1.7 -> 1.1.8•••Diff: https://github.com/scrapinghub/dateparser/compare/refs/tags/v1.1.7...v1.1.8 Changelog: https://github.com/scrapinghub/dateparser/blob/refs/tags/v1.1.8/HISTORY.rst | Robert Schütz | 2023-03-23 | 1 | -2/+2 |
| * | 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 | Robert Schütz | 2023-02-02 | 1 | -2/+2 |
| * | 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. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.dateparser: 1.1.5 -> 1.1.6•••https://github.com/scrapinghub/dateparser/blob/refs/tags/v1.1.6/HISTORY.rst | Martin Weinelt | 2023-01-19 | 1 | -2/+2 |
| * | python3Packages.dateparser: 1.1.4 -> 1.1.5 | Martin Weinelt | 2023-01-05 | 1 | -3/+3 |
| * | python310Packages.dateparser: rename GitPython | Fabian Affolter | 2022-12-05 | 1 | -2/+2 |
| * | python310Packages.dateparser: 1.1.3 -> 1.1.4•••https://github.com/scrapinghub/dateparser/blob/v1.1.4/HISTORY.rst | Robert Schütz | 2022-11-27 | 2 | -25/+7 |
| * | python310Packages.dateparser: 1.1.1 -> 1.1.3•••https://github.com/scrapinghub/dateparser/blob/v1.1.3/HISTORY.rst | Robert Schütz | 2022-11-11 | 1 | -12/+17 |
| * | 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. | Vladimír Čunát | 2022-10-31 | 1 | -5/+6 |
| * | 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. | Martin Weinelt | 2022-09-19 | 2 | -0/+19 |
| * | 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 | Martin Weinelt | 2022-09-01 | 1 | -0/+7 |
| * | python3Packages.dateparser: 1.1.0 -> 1.1.1 | Martin Weinelt | 2022-04-15 | 1 | -2/+2 |
| * | python2Packages: remove superfluous overrides•••Since Python 2 is not supported anymore we only keep those overrides which are used by leaf packages. | Robert Schütz | 2022-01-01 | 1 | -55/+0 |
| * | Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts were caused by 2043dbb6faa9e21b0fb500161542e30d6c8bc680 interacting with b2767b69ddc702eb926633a5f2336534352cb7b8. | sternenseemann | 2021-11-13 | 1 | -1/+0 |
| |\ | |||||
| | * | pkgs.development.python-modules: remove unused args | Markus S. Wamser | 2021-11-12 | 1 | -1/+0 |
| * | | python39Packages.ruamel-yaml: normalise name, adopt | Sandro Jäckel | 2021-11-02 | 2 | -4/+4 |
| |/ | |||||
| * | python3Packages.dateparser: 1.0.0 -> 1.1.0•••https://github.com/scrapinghub/dateparser/releases/tag/v1.1.0 | Robert Schütz | 2021-10-05 | 1 | -3/+16 |
| * | treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil | Robert Schütz | 2021-07-03 | 2 | -4/+4 |
| * | python3Packages.dateparser: run tests | Robert Schütz | 2021-03-20 | 1 | -37/+29 |
| * | pythonPackages.dateparser: dropped support for Python 2.7 | Robert Schütz | 2021-03-20 | 1 | -0/+2 |
| * | pythonPackages.dateparser: add python2-compatible expression | Robert Schütz | 2021-03-10 | 1 | -0/+55 |
| * | python3Packages.dateparser: 0.7.6 -> 1.0.0 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| * | python: dateparser: 0.7.4 -> 0.7.6 | Frederik Rietdijk | 2020-08-04 | 1 | -2/+2 |
| * | python.pkgs.dateparser: disable tests | Frederik Rietdijk | 2020-06-11 | 1 | -2/+20 |
| * | python3Packages.dateparser: add missing test dependency | Jonathan Ringer | 2020-05-11 | 1 | -1/+2 |
| * | python3Packages.dateparser: 0.7.2 -> 0.7.4 | Frederik Rietdijk | 2020-05-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python: dateparser: 0.7.1 -> 0.7.2 | Frederik Rietdijk | 2019-10-18 | 1 | -2/+2 |
| * | python.pkgs.dateparser: 0.7.0 -> 0.7.1•••fixes #52766 | Robert Schütz | 2019-02-12 | 1 | -2/+2 |
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -1/+1 |
| * | pythonPackages.dateparser: 0.6.0 -> 0.7.0 | Robert Schütz | 2018-02-09 | 1 | -21/+14 |
| * | pythonPackages.dateparser: switch to parameterized•••nose-parameterized is deprecated and yields a warning | Robert Schütz | 2018-02-06 | 1 | -2/+8 |
| * | pythonPackages.dateparser: 0.3.2-pre-2016-01-21 -> 0.6.0 | makefu | 2017-12-12 | 1 | -0/+43 |
