View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/patchwork

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/getpatchwork/patchwork.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 20 seconds — see the log

Branches

Name Last Modified Last Commit
main 2023-09-04 12:26:19 UTC
docs: Add note about 'series' querystring arg to api-ref

Author: Stephen Finucane
Author Date: 2023-09-04 12:25:31 UTC

docs: Add note about 'series' querystring arg to api-ref

Signed-off-by: Stephen Finucane <stephen@that.guru>

dependabot/pip/django-approx-eq-4.2.5 2023-09-04 11:23:24 UTC
build(deps): update django requirement from ~=4.2.0 to ~=4.2.5

Author: dependabot[bot]
Author Date: 2023-09-04 11:23:24 UTC

build(deps): update django requirement from ~=4.2.0 to ~=4.2.5

Updates the requirements on [django](https://github.com/django/django) to permit the latest version.
- [Commits](https://github.com/django/django/compare/4.2...4.2.5)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

dependabot/pip/psycopg2-binary-approx-eq-2.9.7 2023-08-07 12:02:52 UTC
build(deps): update psycopg2-binary requirement from ~=2.9.0 to ~=2.9.7

Author: dependabot[bot]
Author Date: 2023-08-07 12:02:52 UTC

build(deps): update psycopg2-binary requirement from ~=2.9.0 to ~=2.9.7

Updates the requirements on [psycopg2-binary](https://github.com/psycopg/psycopg2) to permit the latest version.
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.7)

---
updated-dependencies:
- dependency-name: psycopg2-binary
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

dependabot/pip/psycopg2-approx-eq-2.9.7 2023-08-07 12:02:45 UTC
build(deps): update psycopg2 requirement from ~=2.9.0 to ~=2.9.7

Author: dependabot[bot]
Author Date: 2023-08-07 12:02:45 UTC

build(deps): update psycopg2 requirement from ~=2.9.0 to ~=2.9.7

Updates the requirements on [psycopg2](https://github.com/psycopg/psycopg2) to permit the latest version.
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.7)

---
updated-dependencies:
- dependency-name: psycopg2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

dependabot/pip/sqlparse-approx-eq-0.4.4 2023-08-07 12:02:39 UTC
build(deps): update sqlparse requirement from ~=0.4.0 to ~=0.4.4

Author: dependabot[bot]
Author Date: 2023-08-07 12:02:39 UTC

build(deps): update sqlparse requirement from ~=0.4.0 to ~=0.4.4

Updates the requirements on [sqlparse](https://github.com/andialbrecht/sqlparse) to permit the latest version.
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.0...0.4.4)

---
updated-dependencies:
- dependency-name: sqlparse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

dependabot/pip/python-dateutil-approx-eq-2.8.2 2023-08-02 11:28:18 UTC
build(deps): update python-dateutil requirement from ~=2.8.0 to ~=2.8.2

Author: dependabot[bot]
Author Date: 2023-08-02 11:28:18 UTC

build(deps): update python-dateutil requirement from ~=2.8.0 to ~=2.8.2

Updates the requirements on [python-dateutil](https://github.com/dateutil/dateutil) to permit the latest version.
- [Release notes](https://github.com/dateutil/dateutil/releases)
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
- [Commits](https://github.com/dateutil/dateutil/compare/2.8.0...2.8.2)

---
updated-dependencies:
- dependency-name: python-dateutil
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

stable/3.1 2023-08-01 17:45:06 UTC
Additional updates for compatibility with tox 4

Author: Stephen Finucane
Author Date: 2023-01-13 12:20:01 UTC

Additional updates for compatibility with tox 4

'[tox] skipsdist' behaves differently in tox 4 [1]. In addition, setting
'[testenv] basepython' with '[tox] ignore_basepython_conflict' has been
the cause of a few tox 4 bugs (most since fixed, thankfully) and might
be deprecated [2]. Remove it since we don't need it in any of our
environments.

[1] https://github.com/tox-dev/tox/issues/2730
[2] https://github.com/tox-dev/tox/issues/2846

Conflicts:
 tox.ini

NOTE(stephenfin): Conflicts are due to lack of support for Django 4.1.

Signed-off-by: Stephen Finucane <stephen@that.guru>
(cherry picked from commit a03a0a5ea8e4a3299c02f318179001a8092a728c)

pyup-pin-openapi-core-0.18.0 2023-07-10 08:56:15 UTC
Pin openapi-core to latest version 0.18.0

Author: pyup-bot
Author Date: 2023-07-10 08:56:15 UTC

Pin openapi-core to latest version 0.18.0

stable/3.0 2022-09-30 17:02:15 UTC
tests: Change from expectedFailure to skip

Author: Stephen Finucane
Author Date: 2022-09-30 15:42:52 UTC

tests: Change from expectedFailure to skip

Python 3.10 recognises unexpected passes as failures now.

Signed-off-by: Stephen Finucane <stephen@that.guru>
(cherry picked from commit 40133ec5a0004dba0232a89185df4cc2e90b5455)
(cherry picked from commit 04b7b671b04d636c17807b7ed6a6a3039586adcf)

stable/2.2 2021-10-27 10:56:54 UTC
Post-release version bump

Author: Stephen Finucane
Author Date: 2021-10-27 10:56:54 UTC

Post-release version bump

Signed-off-by: Stephen Finucane <stephen@that.guru>

renovate/configure 2020-04-18 12:39:19 UTC
renovate: Configure requirement file locations

Author: Stephen Finucane
Author Date: 2020-04-15 10:46:56 UTC

renovate: Configure requirement file locations

Signed-off-by: Stephen Finucane <stephen@that.guru>

stable/2.1 2020-04-14 06:46:25 UTC
Post-release version bump

Author: Daniel Axtens
Author Date: 2020-04-14 06:46:25 UTC

Post-release version bump

Signed-off-by: Daniel Axtens <dja@axtens.net>

stable/2.0 2019-07-05 05:58:12 UTC
Post-release version bump

Author: Daniel Axtens
Author Date: 2019-07-05 05:58:12 UTC

Post-release version bump

Signed-off-by: Daniel Axtens <dja@axtens.net>

stable/1.1 2017-05-15 09:09:19 UTC
lib/apache2: Update location to wsgi python script

Author: Florian Fainelli
Author Date: 2017-05-11 23:25:30 UTC

lib/apache2: Update location to wsgi python script

Commit 8fe68d96f18e ("wsgi: Move wsgi file to expected location")
relocated lib/apache2/patchwork.wsgi to patchwork/wsgi.py but did not
update the Apache2 example configuration file under
lib/apache2/patchwork.wsgi.conf.

Fixes: 8fe68d96f18e ("wsgi: Move wsgi file to expected location")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Stephen Finucane <stephen@that.guru>
(cherry picked from commit 114ff6061d4005b2458e75da52f3a6cf4ae19bf5)

114 of 14 results

Other repositories

Name Last Modified
lp:patchwork 2023-09-13
11 of 1 result
You can't create new repositories for Patchwork.