Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove setup.py | Matěj Cepl | 2019-03-22 | 1 | -32/+0 |
| | |||||
* | [WIP] Check whether the package is actually a devel package for Factory. | Matěj Cepl | 2019-03-22 | 1 | -0/+23 |
| | |||||
* | 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 | ||||
* | we don't control ctypesgen against PyPI (code there is obsolete) | Matěj Cepl | 2019-03-06 | 1 | -0/+1 |
| | |||||
* | 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 | 2 | -4/+30 |
| | |||||
* | Modifications for d:l:python. | Matěj Cepl | 2019-03-03 | 2 | -16/+83 |
| | |||||
* | More improvements. | Matěj Cepl | 2019-03-02 | 2 | -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 Cepl | 2019-02-19 | 1 | -8/+7 |
| | |||||
* | Bump the version number and fix classifiers.0.1.0 | Matěj Cepl | 2019-02-18 | 1 | -4/+5 |
| | |||||
* | 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 | 3 | -80/+4811 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | 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 | 2 | -17/+79 |
| | |||||
* | 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 |
| | |||||
* | Add a basic setup.py | Matěj Cepl | 2019-01-05 | 1 | -0/+31 |
| | |||||
* | 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 | 2 | -3/+103 |
| | |||||
* | Add some embryo of a test suite. | Matěj Cepl | 2018-06-19 | 5 | -2/+38 |
| | |||||
* | Get version of a package from PyPI. | Matěj Cepl | 2018-06-19 | 1 | -0/+24 |