Skip to content

Commit b0dbb7c

Browse files
Bump setuptools from 76.0.0 to 77.0.3 (#2207)
Bumps [setuptools](https://github.com/pypa/setuptools) from 76.0.0 to 77.0.3. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v76.0.0...v77.0.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Russell Keith-Magee <[email protected]>
1 parent 39db58a commit b0dbb7c

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ updates:
1616
interval: "weekly"
1717
day: "sunday"
1818
time: "20:00"
19+
20+
- package-ecosystem: "pip"
21+
directory: "automation"
22+
schedule:
23+
# Check for updates on Sunday, 8PM UTC
24+
interval: "weekly"
25+
day: "sunday"
26+
time: "20:00"

automation/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
# keep versions in sync with ../pyproject.toml
4-
"setuptools==75.5.0",
4+
"setuptools==77.0.3",
55
"setuptools_scm==8.1.0",
66
"setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies",
77
]
@@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
1111
name = "x-briefcase-automation"
1212
description = "A Briefcase plugin for CI automation."
1313
readme = "README.md"
14-
license.text = "New BSD"
14+
license = "BSD-3-Clause"
1515
classifiers = ["Private :: Do Not Upload"]
1616
dynamic = ["version", "dependencies"]
1717

changes/2207.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated setuptools from 76.0.0 to 77.0.3.

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
# keep versions in sync with automation/pyproject.toml
4-
"setuptools==76.0.0",
4+
"setuptools==77.0.3",
55
"setuptools_scm==8.2.0",
66
]
77
build-backend = "setuptools.build_meta"
@@ -12,7 +12,10 @@ name = "briefcase"
1212
description = "Tools to support converting a Python project into a standalone native application."
1313
readme = "README.rst"
1414
requires-python = ">= 3.9"
15-
license.text = "New BSD"
15+
license = "BSD-3-Clause"
16+
license-files = [
17+
"LICENSE",
18+
]
1619
authors = [
1720
{name="Russell Keith-Magee", email="[email protected]"},
1821
]
@@ -45,7 +48,6 @@ keywords = [
4548
classifiers = [
4649
"Development Status :: 4 - Beta",
4750
"Intended Audience :: Developers",
48-
"License :: OSI Approved :: BSD License",
4951
"Operating System :: OS Independent",
5052
"Programming Language :: Python :: 3",
5153
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)