Loading Dockerfile +1 −1 Original line number Diff line number Diff line FROM python:3.7-alpine3.9 RUN pip install --progress-bar=off --no-cache-dir check-s3-bucket==0.2.5 RUN pip install --progress-bar=off --no-cache-dir check-s3-bucket==0.2.6 ENTRYPOINT [ "/usr/local/bin/check_s3_bucket" ] check_s3_bucket/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ except ImportError: print("Failed to import pytz.") sys.exit(3) __version__ = "0.2.5" __version__ = "0.2.6" NOW = datetime.datetime.now(pytz.utc) Loading setup.cfg +1 −1 Original line number Diff line number Diff line [bumpversion] current_version = 0.2.5 current_version = 0.2.6 commit = True tag = True Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name="check_s3_bucket", version="0.2.5", version="0.2.6", description="""Check that a file was added to an S3 bucket in the given time window and is of a reasonable size.""", long_description=open("README.rst", "r").read(), Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line FROM python:3.7-alpine3.9 RUN pip install --progress-bar=off --no-cache-dir check-s3-bucket==0.2.5 RUN pip install --progress-bar=off --no-cache-dir check-s3-bucket==0.2.6 ENTRYPOINT [ "/usr/local/bin/check_s3_bucket" ]
check_s3_bucket/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ except ImportError: print("Failed to import pytz.") sys.exit(3) __version__ = "0.2.5" __version__ = "0.2.6" NOW = datetime.datetime.now(pytz.utc) Loading
setup.cfg +1 −1 Original line number Diff line number Diff line [bumpversion] current_version = 0.2.5 current_version = 0.2.6 commit = True tag = True Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name="check_s3_bucket", version="0.2.5", version="0.2.6", description="""Check that a file was added to an S3 bucket in the given time window and is of a reasonable size.""", long_description=open("README.rst", "r").read(), Loading