aboutsummaryrefslogtreecommitdiffstats
path: root/dlpcvp.py
Commit message (Collapse)AuthorAgeFilesLines
* New version of OBS requires different password manager.HEADmasterMatěj Cepl2020-05-181-2/+4
| | | | | From urllib.request.HTTPPasswordMgrWithDefaultRealm to urllib.request.HTTPPasswordMgrWithPriorAuth.
* Switch off DEBUGMatěj Cepl2020-03-011-1/+1
|
* Switch on DEBUGMatěj Cepl2020-02-191-1/+1
|
* Add some thermometer.Matěj Cepl2020-01-271-0/+1
|
* Catch URLError when accessing network.Matěj Cepl2020-01-121-1/+6
|
* Just break long linesMatěj Cepl2020-01-091-2/+4
|
* Don't verify SSL, it is just not worthy.Matěj Cepl2019-12-181-2/+5
|
* Make mypy happyMatěj Cepl2019-10-021-6/+13
| | | | Fixes #7
* Merge branch 'is_develpackage' into 'master'Matěj Cepl2019-04-051-0/+23
|\ | | | | | | | | | | | | Check whether the package is actually a devel package for Factory. Closes #4 See merge request mcepl/dlp_check_version_PyPI!1
| * [WIP] Check whether the package is actually a devel package for Factory.Matěj Cepl2019-03-221-0/+23
| |
* | For reasons which I miss OBS sometimes returns error 400 instead of 404.Matěj Cepl2019-03-081-2/+4
|/
* 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