Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 02ce1a0

Browse files
authored
Merge branch 'main' into update_min_versions
2 parents d9e0b6f + 84d01df commit 02ce1a0

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

gapic/ads-templates/setup.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ setuptools.setup(
5454
description=description,
5555
author="Google LLC",
5656
author_email="googleapis-packages@google.com",
57-
license="Apache 2.0",
57+
license="Apache-2.0",
5858
setup_requires=[
5959
'libcst >= 0.2.5',
6060
],

gapic/templates/setup.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ setuptools.setup(
8181
long_description=readme,
8282
author="Google LLC",
8383
author_email="googleapis-packages@google.com",
84-
license="Apache 2.0",
84+
license="Apache-2.0",
8585
url=url,
8686
classifiers=[
8787
release_status,

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -968,9 +968,9 @@ protobuf==6.33.5 \
968968
# googleapis-common-protos
969969
# grpc-google-iam-v1
970970
# proto-plus
971-
pyasn1==0.6.2 \
972-
--hash=sha256:1eb26d860996a18e9b6ed05e7aae0e9fc21619fcee6af91cca9bad4fbea224bf \
973-
--hash=sha256:9b59a2b25ba7e4f8197db7686c09fb33e658b98339fadb826e9512629017833b
971+
pyasn1==0.6.3 \
972+
--hash=sha256:697a8ecd6d98891189184ca1fa05d1bb00e2f84b5977c481452050549c8a72cf \
973+
--hash=sha256:a80184d120f0864a52a073acc6fc642847d0be408e7c7252f31390c0f4eadcde
974974
# via
975975
# pyasn1-modules
976976
# rsa

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
""",
6161
author="Google LLC",
6262
author_email="googleapis-packages@google.com",
63-
license="Apache 2.0",
63+
license="Apache-2.0",
6464
packages=setuptools.find_namespace_packages(exclude=["docs", "tests"]),
6565
url=url,
6666
classifiers=[

tests/integration/goldens/asset/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
long_description=readme,
7676
author="Google LLC",
7777
author_email="googleapis-packages@google.com",
78-
license="Apache 2.0",
78+
license="Apache-2.0",
7979
url=url,
8080
classifiers=[
8181
release_status,

tests/integration/goldens/credentials/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
long_description=readme,
7373
author="Google LLC",
7474
author_email="googleapis-packages@google.com",
75-
license="Apache 2.0",
75+
license="Apache-2.0",
7676
url=url,
7777
classifiers=[
7878
release_status,

tests/integration/goldens/eventarc/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
long_description=readme,
7474
author="Google LLC",
7575
author_email="googleapis-packages@google.com",
76-
license="Apache 2.0",
76+
license="Apache-2.0",
7777
url=url,
7878
classifiers=[
7979
release_status,

tests/integration/goldens/logging/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
long_description=readme,
7373
author="Google LLC",
7474
author_email="googleapis-packages@google.com",
75-
license="Apache 2.0",
75+
license="Apache-2.0",
7676
url=url,
7777
classifiers=[
7878
release_status,

tests/integration/goldens/logging_internal/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
long_description=readme,
7373
author="Google LLC",
7474
author_email="googleapis-packages@google.com",
75-
license="Apache 2.0",
75+
license="Apache-2.0",
7676
url=url,
7777
classifiers=[
7878
release_status,

tests/integration/goldens/redis/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
long_description=readme,
7777
author="Google LLC",
7878
author_email="googleapis-packages@google.com",
79-
license="Apache 2.0",
79+
license="Apache-2.0",
8080
url=url,
8181
classifiers=[
8282
release_status,

0 commit comments

Comments
 (0)