Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
django-js-reverse
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
django-js-reverse
Commits
b9b3bc72
Commit
b9b3bc72
authored
2 years ago
by
Stefano Rivera
Browse files
Options
Downloads
Patches
Plain Diff
Patch: Setuptools 60 support. (Closes: #1022456)
parent
54050e93
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
debian/patches/setuptools-60
+25
-0
25 additions, 0 deletions
debian/patches/setuptools-60
with
32 additions
and
0 deletions
debian/changelog
+
6
−
0
View file @
b9b3bc72
django-js-reverse (0.7.3-3) UNRELEASED; urgency=medium
* Patch: Setuptools 60 support. (Closes: #1022456)
-- Stefano Rivera <stefanor@debian.org> Sat, 12 Nov 2022 10:20:50 +0200
django-js-reverse (0.7.3-2) unstable; urgency=medium
django-js-reverse (0.7.3-2) unstable; urgency=medium
[ Ondřej Nový ]
[ Ondřej Nový ]
...
...
This diff is collapsed.
Click to expand it.
debian/patches/series
0 → 100644
+
1
−
0
View file @
b9b3bc72
setuptools-60
This diff is collapsed.
Click to expand it.
debian/patches/setuptools-60
0 → 100644
+
25
−
0
View file @
b9b3bc72
From: Thomas Grainger <tagrain@gmail.com>
Date: Thu, 1 Aug 2019 16:26:14 +0100
Subject: Migrate to setuptools
Origin: upstream, https://github.com/ierror/django-js-reverse/commit/31e7ea12f17d3551ce6f347c6dffa0503ade1ef1
Bug-Debian: https://bugs.debian.org/1022456
---
setup.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 2e7355f..4f3a5b8 100644
--- a/setup.py
+++ b/setup.py
@@ -2,9 +2,8 @@
# -*- coding: utf-8 -*-
import codecs
import os
-from distutils.core import setup
-from setuptools import find_packages
+from setuptools import setup, find_packages
def read(*parts):
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment