aboutsummaryrefslogtreecommitdiffstats
path: root/dlpcvp.py
Commit message (Collapse)AuthorAgeFilesLines
* [WIP] Check whether the package is actually a devel package for Factory.Matěj Cepl2019-03-221-0/+23
|
* Fix use of parse_spec.Matěj Cepl2019-03-061-2/+2
|
* Ignore aggregate packages.Matěj Cepl2019-03-061-0/+4
| | | | Fixes #1
* Start collecting cleanups for weird PyPI versioning.Matěj Cepl2019-03-061-1/+5
| | | | Fixes #2
* Correct typos.Matěj Cepl2019-03-061-6/+5
|
* Improve reportingMatěj Cepl2019-03-041-14/+20
|
* Add more exceptions and FIXME.Matěj Cepl2019-03-031-0/+1
|
* Modifications for d:l:python.Matěj Cepl2019-03-031-5/+21
|
* More improvements.Matěj Cepl2019-03-021-43/+48
| | | | | | | | * there is now JSON file exceptions.json which contains dict with names of packages for each project, which shouldn’t be searched for on PyPI. * remove PEP-484 type hints, we actually don’t need them * fix location of the SQLite3 database file with ETags
* Take another possible configuration file.Matěj Cepl2019-02-191-8/+7
|
* Updates PEP484 types.Matěj Cepl2019-02-181-4/+6
|
* Using custom hand SPEC file parsing makes script more working.Matěj Cepl2019-02-181-80/+78
|
* Updates PEP484 types.Matěj Cepl2019-02-151-2/+2
|
* Finally, hopefully, version caching ETags to SQLite.Matěj Cepl2019-02-151-46/+52
|
* First try of SQLiteMatěj Cepl2019-02-151-17/+77
|
* Rename variablesMatěj Cepl2019-02-151-6/+6
|
* Make Python linter happyMatěj Cepl2019-02-151-24/+30
|
* Add URLs of documentation for OBS APIMatěj Cepl2019-01-071-0/+2
|
* Restart the project.Matěj Cepl2019-01-051-11/+28
| | | | | What should we do with projects which are not on PyPI? How do we find out whether they are there? Should we run search for every package?
* Cleanup and another attempt to silence rpm library.Matěj Cepl2018-06-201-27/+47
|
* Fix urllib.request exception handling.Matěj Cepl2018-06-201-44/+62
| | | | Signed-off-by: Matěj Cepl <mcepl@cepl.eu>
* More cleanup.Matěj Cepl2018-06-201-25/+41
|
* We get a list of all packages with their SUSE version numbers.Matěj Cepl2018-06-191-3/+102
|
* Add some embryo of a test suite.Matěj Cepl2018-06-191-2/+0
|
* Get version of a package from PyPI.Matěj Cepl2018-06-191-0/+24