Skip to content

Commit 603973d

Browse files
Merge pull request #148 from django-commons/chore/update-package-metadata
Update remaining jazzband references
2 parents 625abd1 + 9bb7d36 commit 603973d

File tree

7 files changed

+14
-28
lines changed

7 files changed

+14
-28
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/actions/build-js/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ runs:
2424
node-version-file: 'js/.nvmrc'
2525
cache: npm
2626
cache-dependency-path: js/package-lock.json
27-
# Blocked by https://github.com/jazzband/django-cookie-consent/issues/120
28-
# registry-url: 'https://registry.npmjs.org'
29-
# scope: '@jazzband'
3027

3128
- name: Install dependencies
3229
run: npm ci

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Code of Conduct
22

3-
The best-practices project utilizes the [Django Commons Code of Conduct](https://github.com/django-commons/membership/blob/main/CODE_OF_CONDUCT.md).
3+
The django-cookie-consent project utilizes the [Django Commons Code of Conduct](https://github.com/django-commons/membership/blob/main/CODE_OF_CONDUCT.md).

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,14 @@ to get started.
3232
Alternatively, if the documentation is not available, you can consult or build the docs
3333
from the `docs` directory in this repository.
3434

35-
[jazzband]: https://jazzband.co/
36-
[badge:jazzband]: https://jazzband.co/static/img/badge.svg
37-
[GithubActions:CI]: https://github.com/jazzband/django-cookie-consent/actions?query=workflow%3A%22Run+CI%22
38-
[badge:GithubActions:CI]: https://github.com/jazzband/django-cookie-consent/workflows/Run%20CI/badge.svg
39-
[GithubActions:CQ]: https://github.com/jazzband/django-cookie-consent/actions?query=workflow%3A%22Code+quality+checks%22
40-
[badge:GithubActions:CQ]: https://github.com/jazzband/django-cookie-consent/workflows/Code%20quality%20checks/badge.svg
35+
[GithubActions:CI]: https://github.com/django-commons/django-cookie-consent/actions?query=workflow%3A%22Run+CI%22
36+
[badge:GithubActions:CI]: https://github.com/django-commons/django-cookie-consent/workflows/Run%20CI/badge.svg
37+
[GithubActions:CQ]: https://github.com/django-commons/django-cookie-consent/actions?query=workflow%3A%22Code+quality+checks%22
38+
[badge:GithubActions:CQ]: https://github.com/django-commons/django-cookie-consent/workflows/Code%20quality%20checks/badge.svg
4139
[black]: https://github.com/psf/black
4240
[badge:black]: https://img.shields.io/badge/code%20style-black-000000.svg
43-
[codecov]: https://codecov.io/gh/jazzband/django-cookie-consent
44-
[badge:codecov]: https://codecov.io/gh/jazzband/django-cookie-consent/branch/master/graph/badge.svg
41+
[codecov]: https://codecov.io/gh/django-commons/django-cookie-consent
42+
[badge:codecov]: https://codecov.io/gh/django-commons/django-cookie-consent/branch/master/graph/badge.svg
4543
[docs]: https://django-cookie-consent.readthedocs.io/en/latest/?badge=latest
4644
[badge:docs]: https://readthedocs.org/projects/django-cookie-consent/badge/?version=latest
4745
[pypi]: https://pypi.org/project/django-cookie-consent/

js/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Package containing the JS code for django-cookie-consent.
44

5-
[![Jazzband][badge:jazzband]][jazzband]
6-
75
The cookiebar module is shipped in the Python package itself and available through
86
django's staticfiles mechanism. This package is aimed at users wishing to include the
97
assets in their own Javascript bundle through webpack/vite/...
@@ -17,7 +15,7 @@ npm install django-cookie-consent
1715
You can now import the public API in your own bundle:
1816

1917
```ts
20-
import {showCookieBar} from '@jazzband/django-cookie-consent';
18+
import {showCookieBar} from 'django-cookie-consent';
2119
````
2220

2321
## TypeScript and ESM
@@ -47,6 +45,3 @@ in the Python package:
4745
```bash
4846
npm run build:django-static
4947
```
50-
51-
[jazzband]: https://jazzband.co/
52-
[badge:jazzband]: https://jazzband.co/static/img/badge.svg

js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/jazzband/django-cookie-consent.git"
17+
"url": "git+https://github.com/django-commons/django-cookie-consent.git"
1818
},
1919
"keywords": [
2020
"django",
@@ -25,9 +25,9 @@
2525
"author": "Sergei Maertens",
2626
"license": "BSD-2-Clause",
2727
"bugs": {
28-
"url": "https://github.com/jazzband/django-cookie-consent/issues"
28+
"url": "https://github.com/django-commons/django-cookie-consent/issues"
2929
},
30-
"homepage": "https://github.com/jazzband/django-cookie-consent#readme",
30+
"homepage": "https://github.com/django-commons/django-cookie-consent#readme",
3131
"devDependencies": {
3232
"esbuild": "^0.25.3",
3333
"typescript": "^5.4.5"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ dynamic = ["version"]
3939

4040
[project.urls]
4141
Documentation = "https://django-cookie-consent.readthedocs.io/en/latest/"
42-
Changelog = "https://github.com/jazzband/django-cookie-consent/blob/master/docs/changelog.rst"
43-
"Bug Tracker" = "https://github.com/jazzband/django-cookie-consent/issues"
44-
"Source Code" = "https://github.com/jazzband/django-cookie-consent"
42+
Changelog = "https://github.com/django-commons/django-cookie-consent/blob/master/docs/changelog.rst"
43+
"Bug Tracker" = "https://github.com/django-commons/django-cookie-consent/issues"
44+
"Source Code" = "https://github.com/django-commons/django-cookie-consent"
4545

4646
[project.optional-dependencies]
4747
tests = [

0 commit comments

Comments
 (0)