Commit graph

9 commits

Author SHA1 Message Date
R. RyanTM 074c8d05ce python37Packages.pyaxmlparser: 0.3.15 -> 0.3.21
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyaxmlparser/versions
2019-10-23 09:00:05 -07:00
Maximilian Bosch 187d6fee39
python3Packages.pyaxmlparser: 0.3.13 -> 0.3.15
Minor bugfix releases with several improvements and more checks for APK
files to parse.

https://github.com/appknox/pyaxmlparser/compare/v0.3.13...v0.3.15
2019-05-11 15:03:41 +02:00
Robert Schütz 4e0f079064 python.pkgs.pyaxmlparser: some files are licensed asl20
Fixes https://github.com/NixOS/nixpkgs/issues/54338.
2019-01-20 03:08:09 +01:00
Maximilian Bosch 30c6234e15
python3Packages.pyaxmlparser: fix build
The build is currently broken on master[1] due to a major bump of
`click` in fe0af1ce77.

Manually patching `setup.py` temporarily fixes the issue. To ensure that
succeeding builds don't deliver packages breaking at runtime due to
dependency issues I switched to the GitHub archive as source since it
contains tests as well.

Additionally, Python 2.7 support has been dropped. It seems as it
was never intended to support Python3 here, I simply forgot to disable
the Python2 build.

```
TypeError: AXMLParser object is not an iterator
```

[1] https://hydra.nixos.org/build/86108813
2018-12-23 23:15:36 +01:00
R. RyanTM e28ebc8ad2 python36Packages.pyaxmlparser: 0.3.11 -> 0.3.13
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-pyaxmlparser/versions
2018-11-08 18:42:37 -08:00
Frederik Rietdijk 50c881f7c3 python: pyaxmlparser: 0.3.10 -> 0.3.11 2018-10-13 09:50:16 +02:00
Frederik Rietdijk 9782a5a5dc python: pyaxmlparser: 0.3.9 -> 0.3.10 2018-08-25 07:38:22 +02:00
Frederik Rietdijk 6de6a385ae python: pyaxmlparser: 0.3.7 -> 0.3.9 2018-06-22 13:09:24 +02:00
Maximilian Bosch 4feaaa7f06
pythonPackages.gplaycli: 0.1.2 -> 3.21
Fix the broken package: https://hydra.nixos.org/build/70687256/log

The newer version requires two new dependencies that have been added as
well:

- gpapi (Unofficial Python API for Google Play) at version 0.4.2
- pyaxmlparser (Parser for Android's XML handler) at version 0.3.7

See ticket #36453
See https://hydra.nixos.org/build/70687256/log
2018-03-11 00:24:28 +01:00