Skip to content

Commit cec940d

Browse files
author
Release Manager
committed
gh-36220: Python package upgrades, preparation for the Notebook 7 upgrade <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> Cherry-picked from #36129 for easier review <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> - Depends on #36206 (merged here) - Depends on #36263 (merged here) <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36220 Reported by: Matthias Köppe Reviewer(s): Michael Orlitzky
2 parents b4b7c9a + 4dc6716 commit cec940d

29 files changed

+88
-30
lines changed

build/pkgs/calver/SPKG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
calver: Setuptools extension for CalVer package versions
2+
========================================================
3+
4+
Description
5+
-----------
6+
7+
Setuptools extension for CalVer package versions
8+
9+
License
10+
-------
11+
12+
Upstream Contact
13+
----------------
14+
15+
https://pypi.org/project/calver/
16+

build/pkgs/calver/checksums.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=calver-VERSION-py3-none-any.whl
2+
sha1=4553e3fbfc58908f3be2dd529e5991986f6a46b5
3+
md5=3c34037d7bd217efd99b738aa1a7744b
4+
cksum=3667684754
5+
upstream_url=https://pypi.io/packages/py3/c/calver/calver-VERSION-py3-none-any.whl

build/pkgs/calver/dependencies

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$(PYTHON) | $(PYTHON_TOOLCHAIN)
2+
3+
----------
4+
All lines of this file are ignored except the first.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
calver

build/pkgs/calver/package-version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2022.6.26

build/pkgs/calver/type

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
standard
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=fastjsonschema-VERSION.tar.gz
2-
sha1=a6c53c1eed4f0fbb9c7eaf0fc21fc2c0be85bcd8
3-
md5=d7d76db7518e64b53a13a7a2315a1671
4-
cksum=1205433737
2+
sha1=eab76262783dd81303e2b1da0914a1d5a7f388aa
3+
md5=4dd3d7946af566fc32e30f0768cddae3
4+
cksum=2794560071
55
upstream_url=https://pypi.io/packages/source/f/fastjsonschema/fastjsonschema-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.16.2
1+
2.18.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=hatch_fancy_pypi_readme-VERSION.tar.gz
2-
sha1=2cdf215fdd13de69f5de09c7ef0e2ceff4a03666
3-
md5=588776ea8e3608714d4cbba16dffa92b
4-
cksum=613442646
2+
sha1=8c8568bb86bdc65133e9d8b27493a464fa3320da
3+
md5=8755cce1a4a4d5e5d84992089801acbf
4+
cksum=2176903739
55
upstream_url=https://pypi.io/packages/source/h/hatch_fancy_pypi_readme/hatch_fancy_pypi_readme-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.8.0
1+
23.1.0

0 commit comments

Comments
 (0)