diff -pruN 8.20.0-2/PKG-INFO 8.21.0-1/PKG-INFO
--- 8.20.0-2/PKG-INFO	2025-02-22 12:00:33.910494600 +0000
+++ 8.21.0-1/PKG-INFO	2025-05-13 15:36:56.627713400 +0000
@@ -1,23 +1,23 @@
-Metadata-Version: 2.2
+Metadata-Version: 2.4
 Name: bitstruct
-Version: 8.20.0
+Version: 8.21.0
 Summary: This module performs conversions between Python values and C bit field structs represented as Python byte strings.
 Author: Ilya Petukhov
 Author-email: Erik Moqvist <erik.moqvist@gmail.com>
-License: MIT
+License-Expression: MIT
 Project-URL: Documentation, https://bitstruct.readthedocs.io/en/latest/
 Project-URL: Issues, https://github.com/eerimoq/bitstruct/issues
 Project-URL: Source, https://github.com/eerimoq/bitstruct
 Project-URL: Homepage, https://github.com/eerimoq/bitstruct
 Keywords: bit field,bit parsing,bit unpack,bit pack
 Classifier: Development Status :: 5 - Production/Stable
-Classifier: License :: OSI Approved :: MIT License
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: Implementation :: CPython
-Requires-Python: >=3.7
+Requires-Python: >=3.9
 Description-Content-Type: text/x-rst
 License-File: LICENSE
+Dynamic: license-file
 
 About
 =====
diff -pruN 8.20.0-2/debian/changelog 8.21.0-1/debian/changelog
--- 8.20.0-2/debian/changelog	2025-03-02 17:58:01.000000000 +0000
+++ 8.21.0-1/debian/changelog	2025-10-29 14:01:42.000000000 +0000
@@ -1,3 +1,10 @@
+bitstruct (8.21.0-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+
+ -- Colin Watson <cjwatson@debian.org>  Wed, 29 Oct 2025 14:01:42 +0000
+
 bitstruct (8.20.0-2) unstable; urgency=medium
 
   * Team upload.
diff -pruN 8.20.0-2/pyproject.toml 8.21.0-1/pyproject.toml
--- 8.20.0-2/pyproject.toml	2025-02-22 12:00:30.000000000 +0000
+++ 8.21.0-1/pyproject.toml	2025-05-13 15:36:49.000000000 +0000
@@ -8,8 +8,8 @@ description = """This module performs co
 and C bit field structs represented as Python \
 byte strings."""
 readme = "README.rst"
-requires-python = ">=3.7"
-license = { text = "MIT" }
+requires-python = ">=3.9"
+license = "MIT"
 keywords = [
   "bit field",
   "bit parsing",
@@ -22,7 +22,6 @@ authors = [
 ]
 classifiers = [
     "Development Status :: 5 - Production/Stable",
-    "License :: OSI Approved :: MIT License",
     "Programming Language :: Python",
     "Programming Language :: Python :: 3",
     "Programming Language :: Python :: Implementation :: CPython",
diff -pruN 8.20.0-2/src/bitstruct/__init__.py 8.21.0-1/src/bitstruct/__init__.py
--- 8.20.0-2/src/bitstruct/__init__.py	2025-02-22 12:00:30.000000000 +0000
+++ 8.21.0-1/src/bitstruct/__init__.py	2025-05-13 15:36:49.000000000 +0000
@@ -1,4 +1,4 @@
-__version__ = '8.20.0'
+__version__ = '8.21.0'
 
 import binascii
 import re
diff -pruN 8.20.0-2/src/bitstruct.egg-info/PKG-INFO 8.21.0-1/src/bitstruct.egg-info/PKG-INFO
--- 8.20.0-2/src/bitstruct.egg-info/PKG-INFO	2025-02-22 12:00:33.000000000 +0000
+++ 8.21.0-1/src/bitstruct.egg-info/PKG-INFO	2025-05-13 15:36:56.000000000 +0000
@@ -1,23 +1,23 @@
-Metadata-Version: 2.2
+Metadata-Version: 2.4
 Name: bitstruct
-Version: 8.20.0
+Version: 8.21.0
 Summary: This module performs conversions between Python values and C bit field structs represented as Python byte strings.
 Author: Ilya Petukhov
 Author-email: Erik Moqvist <erik.moqvist@gmail.com>
-License: MIT
+License-Expression: MIT
 Project-URL: Documentation, https://bitstruct.readthedocs.io/en/latest/
 Project-URL: Issues, https://github.com/eerimoq/bitstruct/issues
 Project-URL: Source, https://github.com/eerimoq/bitstruct
 Project-URL: Homepage, https://github.com/eerimoq/bitstruct
 Keywords: bit field,bit parsing,bit unpack,bit pack
 Classifier: Development Status :: 5 - Production/Stable
-Classifier: License :: OSI Approved :: MIT License
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: Implementation :: CPython
-Requires-Python: >=3.7
+Requires-Python: >=3.9
 Description-Content-Type: text/x-rst
 License-File: LICENSE
+Dynamic: license-file
 
 About
 =====
