Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New version of OBS requires different password manager.HEADmaster | Matěj Cepl | 2020-05-18 | 1 | -2/+4 |
| | | | | | From urllib.request.HTTPPasswordMgrWithDefaultRealm to urllib.request.HTTPPasswordMgrWithPriorAuth. | ||||
* | Switch off DEBUG | Matěj Cepl | 2020-03-01 | 1 | -1/+1 |
| | |||||
* | Switch on DEBUG | Matěj Cepl | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | Add some thermometer. | Matěj Cepl | 2020-01-27 | 1 | -0/+1 |
| | |||||
* | Catch URLError when accessing network. | Matěj Cepl | 2020-01-12 | 1 | -1/+6 |
| | |||||
* | Just break long lines | Matěj Cepl | 2020-01-09 | 1 | -2/+4 |
| | |||||
* | Don't verify SSL, it is just not worthy. | Matěj Cepl | 2019-12-18 | 1 | -2/+5 |
| | |||||
* | Make mypy happy | Matěj Cepl | 2019-10-02 | 1 | -6/+13 |
| | | | | Fixes #7 | ||||
* | Merge branch 'is_develpackage' into 'master' | Matěj Cepl | 2019-04-05 | 1 | -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 Cepl | 2019-03-22 | 1 | -0/+23 |
| | | |||||
* | | For reasons which I miss OBS sometimes returns error 400 instead of 404. | Matěj Cepl | 2019-03-08 | 1 | -2/+4 |
|/ | |||||
* | Fix use of parse_spec. | Matěj Cepl | 2019-03-06 | 1 | -2/+2 |
| | |||||
* | Ignore aggregate packages. | Matěj Cepl | 2019-03-06 | 1 | -0/+4 |
| | | | | Fixes #1 | ||||
* | Start collecting cleanups for weird PyPI versioning. | Matěj Cepl | 2019-03-06 | 1 | -1/+5 |
| | | | | Fixes #2 | ||||
* | Correct typos. | Matěj Cepl | 2019-03-06 | 1 | -6/+5 |
| | |||||
* | Improve reporting | Matěj Cepl | 2019-03-04 | 1 | -14/+20 |
| | |||||
* | Add more exceptions and FIXME. | Matěj Cepl | 2019-03-03 | 1 | -0/+1 |
| | |||||
* | Modifications for d:l:python. | Matěj Cepl | 2019-03-03 | 1 | -5/+21 |
| | |||||
* | More improvements. | Matěj Cepl | 2019-03-02 | 1 | -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 Cepl | 2019-02-19 | 1 | -8/+7 |
| | |||||
* | Updates PEP484 types. | Matěj Cepl | 2019-02-18 | 1 | -4/+6 |
| | |||||
* | Using custom hand SPEC file parsing makes script more working. | Matěj Cepl | 2019-02-18 | 1 | -80/+78 |
| | |||||
* | Updates PEP484 types. | Matěj Cepl | 2019-02-15 | 1 | -2/+2 |
| | |||||
* | Finally, hopefully, version caching ETags to SQLite. | Matěj Cepl | 2019-02-15 | 1 | -46/+52 |
| | |||||
* | First try of SQLite | Matěj Cepl | 2019-02-15 | 1 | -17/+77 |
| | |||||
* | Rename variables | Matěj Cepl | 2019-02-15 | 1 | -6/+6 |
| | |||||
* | Make Python linter happy | Matěj Cepl | 2019-02-15 | 1 | -24/+30 |
| | |||||
* | Add URLs of documentation for OBS API | Matěj Cepl | 2019-01-07 | 1 | -0/+2 |
| | |||||
* | Restart the project. | Matěj Cepl | 2019-01-05 | 1 | -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 Cepl | 2018-06-20 | 1 | -27/+47 |
| | |||||
* | Fix urllib.request exception handling. | Matěj Cepl | 2018-06-20 | 1 | -44/+62 |
| | | | | Signed-off-by: Matěj Cepl <mcepl@cepl.eu> | ||||
* | More cleanup. | Matěj Cepl | 2018-06-20 | 1 | -25/+41 |
| | |||||
* | We get a list of all packages with their SUSE version numbers. | Matěj Cepl | 2018-06-19 | 1 | -3/+102 |
| | |||||
* | Add some embryo of a test suite. | Matěj Cepl | 2018-06-19 | 1 | -2/+0 |
| | |||||
* | Get version of a package from PyPI. | Matěj Cepl | 2018-06-19 | 1 | -0/+24 |