Benjamin Drung
|
3354b526b5
|
style: Format Python code with black
```
PYTHON_SCRIPTS=$(grep -l -r '^#! */usr/bin/python3$' .)
black -C -l 99 . $PYTHON_SCRIPTS
```
Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
|
2023-01-30 19:45:36 +01:00 |
|
Stefano Rivera
|
70a035f13d
|
Use httplib2 everywhere that we do https. The python stdlib doesn't do
certificate verification.
|
2011-11-22 15:57:02 +02:00 |
|
Stefano Rivera
|
6e4c276d1f
|
Update metadata
|
2011-11-12 13:12:15 +02:00 |
|
Stefano Rivera
|
7466d8438b
|
r1211 was just crazy
|
2011-11-11 23:40:30 +02:00 |
|
Stefano Rivera
|
bb4f0d4295
|
Pass through error messages nicely
|
2011-11-11 23:38:01 +02:00 |
|
Stefano Rivera
|
3d2127478d
|
Make sure source packages are specified with src:
|
2011-11-11 23:21:42 +02:00 |
|
Stefano Rivera
|
8f914adf7a
|
We don't 404 for empty responses any more, that was silly
|
2011-11-11 19:11:27 +02:00 |
|
Stefano Rivera
|
ab02df8cd1
|
Update to newer webservice output. Verbose listing.
|
2011-11-11 16:31:10 +02:00 |
|
Stefano Rivera
|
c44f53e185
|
Move the API boundry of ubuntutools.rdepends
|
2011-11-10 02:05:43 +02:00 |
|
Stefano Rivera
|
fed4e17188
|
Rdepends client tool
|
2011-11-09 23:44:22 +02:00 |
|