aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Some more work on reorganizing the code to actor modelactorsMatěj Cepl2020-01-271-52/+105
|
* Run BlackMatěj Cepl2020-01-271-31/+50
|
* Start working on actorsMatěj Cepl2020-01-271-5/+11
|
* 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-052-32/+23
|\ | | | | | | | | | | | | Check whether the package is actually a devel package for Factory. Closes #4 See merge request mcepl/dlp_check_version_PyPI!1
| * Remove setup.pyMatěj Cepl2019-03-221-32/+0
| |
| * [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
* we don't control ctypesgen against PyPI (code there is obsolete)Matěj Cepl2019-03-061-0/+1
|
* 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-032-4/+30
|
* Modifications for d:l:python.Matěj Cepl2019-03-032-16/+83
|
* More improvements.Matěj Cepl2019-03-022-43/+61
| | | | | | | | * 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
|
* Bump the version number and fix classifiers.0.1.0Matěj Cepl2019-02-181-4/+5
|
* Updates PEP484 types.Matěj Cepl2019-02-181-4/+6
|
* Using custom hand SPEC file parsing makes script more working.Matěj Cepl2019-02-183-80/+4811
|
* Updates PEP484 types.Matěj Cepl2019-02-151-2/+2
|
* Finally, hopefully, version caching ETags to SQLite.Matěj Cepl2019-02-151-1/+1
|
* Finally, hopefully, version caching ETags to SQLite.Matěj Cepl2019-02-151-46/+52
|
* First try of SQLiteMatěj Cepl2019-02-152-17/+79
|
* 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
|
* Add a basic setup.pyMatěj Cepl2019-01-051-0/+31
|
* 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-192-3/+103
|
* Add some embryo of a test suite.Matěj Cepl2018-06-195-2/+38
|
* Get version of a package from PyPI.Matěj Cepl2018-06-191-0/+24