summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-23 07:26:50 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-23 07:26:50 +0000
commitcf7a0de989adcdf37221d99656f5ecd618a65ce9 (patch)
tree1744c34c745db364164d83ee033a64b583d7bdfa
parent4784e1a9d1621513b1c731a7fb82106a3d432ac4 (diff)
automatic import of python-cdk-gitlab-runneropeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-cdk-gitlab-runner.spec14
-rw-r--r--sources2
3 files changed, 9 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 8d6bb68..c6e1463 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/cdk-gitlab-runner-2.1.172.tar.gz
+/cdk-gitlab-runner-2.1.185.tar.gz
diff --git a/python-cdk-gitlab-runner.spec b/python-cdk-gitlab-runner.spec
index 37812a2..6f09ec2 100644
--- a/python-cdk-gitlab-runner.spec
+++ b/python-cdk-gitlab-runner.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-cdk-gitlab-runner
-Version: 2.1.172
+Version: 2.1.185
Release: 1
Summary: Use AWS CDK to create a gitlab runner, and use gitlab runner to help you execute your Gitlab pipeline job.
License: Apache-2.0
URL: https://github.com/neilkuan/cdk-gitlab-runner.git
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bb/ce/ae7af38b455ea481d8d0b1cd5ac8ae81bd5d923e02a72b7544d059b1b141/cdk-gitlab-runner-2.1.172.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5b/9c/906a575ca0efc53348e6a6f2838a565babf6b0ca55aae0d64ea4dcba641f/cdk-gitlab-runner-2.1.185.tar.gz
BuildArch: noarch
Requires: python3-aws-cdk-lib
@@ -177,7 +177,7 @@ import { Port, Peer, Vpc, SubnetType } from 'aws-cdk-lib/aws-ec2';
import { ManagedPolicy } from 'aws-cdk-lib/aws-iam';
const newvpc = new Vpc(stack, 'VPC', {
- cidr: '10.1.0.0/16',
+ ipAddresses: IpAddresses.cidr('10.0.0.0/16'),
maxAzs: 2,
subnetConfiguration: [
{
@@ -509,7 +509,7 @@ import { Port, Peer, Vpc, SubnetType } from 'aws-cdk-lib/aws-ec2';
import { ManagedPolicy } from 'aws-cdk-lib/aws-iam';
const newvpc = new Vpc(stack, 'VPC', {
- cidr: '10.1.0.0/16',
+ ipAddresses: IpAddresses.cidr('10.0.0.0/16'),
maxAzs: 2,
subnetConfiguration: [
{
@@ -838,7 +838,7 @@ import { Port, Peer, Vpc, SubnetType } from 'aws-cdk-lib/aws-ec2';
import { ManagedPolicy } from 'aws-cdk-lib/aws-iam';
const newvpc = new Vpc(stack, 'VPC', {
- cidr: '10.1.0.0/16',
+ ipAddresses: IpAddresses.cidr('10.0.0.0/16'),
maxAzs: 2,
subnetConfiguration: [
{
@@ -1002,7 +1002,7 @@ config.toml
%prep
-%autosetup -n cdk-gitlab-runner-2.1.172
+%autosetup -n cdk-gitlab-runner-2.1.185
%build
%py3_build
@@ -1042,5 +1042,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.172-1
+* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.185-1
- Package Spec generated
diff --git a/sources b/sources
index 7c2de46..d81b5c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1fded989cd7440941648e6fd6ac24f26 cdk-gitlab-runner-2.1.172.tar.gz
+3d79cf878271d0bb8bc01515e309aff7 cdk-gitlab-runner-2.1.185.tar.gz