~virtustom/launchpad:stable

Last commit made on 2021-11-04
Get this branch:
git clone -b stable https://git.launchpad.net/~virtustom/launchpad
Only Tomáš Virtus can upload to this branch. If you are Tomáš Virtus please log in for upload directions.

Branch merges

Branch information

Name:
stable
Repository:
lp:~virtustom/launchpad

Recent commits

30ec17c... by Colin Watson

Fix conflict between xmlrpc.client and twisted.web.xmlrpc

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/411357

34025e1... by Colin Watson

Fix conflict between xmlrpc.client and twisted.web.xmlrpc

Modules need to avoid doing both `import xmlrpc.client` and `from
twisted.web import xmlrpc`, since there's then a namespace collision.
Fortunately there was only one such case.

d2a4ae1... by Colin Watson

Move declarative parts of setup.py to setup.cfg

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/411326

e02313d... by Colin Watson

Import xmlrpc.client directly

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/411270

6a72aa2... by Colin Watson

Rename database policies to use primary/standby terminology

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/411256

3c10f95... by Colin Watson

Move declarative parts of setup.py to setup.cfg

Assisted by https://github.com/asottile/setup-py-upgrade.

5439e27... by Colin Watson

Clean up various dependencies

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/411279

cc89289... by Colin Watson

Remove direct dependency on pyinotify

This is used via `jsautobuild`, but not directly.

a24612e... by Colin Watson

Depend on lxml[cssselect] rather than cssselect

We use `lxml` directly, and we don't use `cssselect` directly (only via
`lxml.html.HtmlMixin.cssselect`).

ffb3d9c... by Colin Watson

Drop explicit dependency on dulwich

I should have removed this when I split out lp-codeimport, but I missed
it. It's still a dependency of breezy, though, so it stays in
`requirements/launchpad.txt`.