summaryrefslogtreecommitdiff
path: root/dev-python/binaryornot/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-01-17 12:34:50 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-01-17 12:34:50 +0000
commit9e570a52fd9cfdcddaef57098fd4565bdeda8eee (patch)
treee7674b4ad4eabd918bd4b2f25ff2d02b16924e7e /dev-python/binaryornot/files
parent6fc802acb601618604b595ef8332e53d6dcb79eb (diff)
downloadbaldeagleos-repo-9e570a52fd9cfdcddaef57098fd4565bdeda8eee.tar.gz
baldeagleos-repo-9e570a52fd9cfdcddaef57098fd4565bdeda8eee.tar.xz
baldeagleos-repo-9e570a52fd9cfdcddaef57098fd4565bdeda8eee.zip
Updating liguros repo
Diffstat (limited to 'dev-python/binaryornot/files')
-rw-r--r--dev-python/binaryornot/files/binaryornot-0.4.4-fix-version-number.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/binaryornot/files/binaryornot-0.4.4-fix-version-number.patch b/dev-python/binaryornot/files/binaryornot-0.4.4-fix-version-number.patch
deleted file mode 100644
index 05d6ed0b7449..000000000000
--- a/dev-python/binaryornot/files/binaryornot-0.4.4-fix-version-number.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 68a4f5b..a0c9e14 100755
---- a/setup.py
-+++ b/setup.py
-@@ -13,7 +13,7 @@ with open('README.rst') as readme_file:
- with open('HISTORY.rst') as history_file:
- history = history_file.read().replace('.. :changelog:', '')
-
--version = '0.4.3'
-+version = '0.4.4'
-
- if sys.argv[-1] == 'publish':
- os.system('python setup.py sdist bdist_wheel upload')