Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapcache
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapcache
Commits
c4ade49f
Commit
c4ade49f
authored
Mar 30, 2022
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 0.1.7
parent
c3205f21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
+15
-7
CHANGES.txt
CHANGES.txt
+14
-6
setup.py
setup.py
+1
-1
No files found.
CHANGES.txt
View file @
c4ade49f
Changes
Changes
========
========
0.1.7 (2022-03-30)
------------------
* inform user about dropped option signature_private_key_file [Łukasz Nowak]
* expose SHA512SUM on successful upload [Łukasz Nowak]
* update shacache default URL [Łukasz Nowak]
* fix tests after the signature-private-key-file option change [Thomas Gambier]
0.1.6 (2020-11-03)
0.1.6 (2020-11-03)
------------------
---
------------------
* BACKWARD INCOMPATIBLE: use signature-private-key-file option instead of signature_private_key_file [Thomas Gambier]
* BACKWARD INCOMPATIBLE: use signature-private-key-file option instead of signature_private_key_file [Thomas Gambier]
0.1.5 (2020-04-15)
0.1.5 (2020-04-15)
------------------
---
------------------
* revive tests [Thomas Gambier]
* revive tests [Thomas Gambier]
* upload command supports python3 [Thomas Gambier]
* upload command supports python3 [Thomas Gambier]
...
@@ -15,22 +23,22 @@ Changes
...
@@ -15,22 +23,22 @@ Changes
* temporary files are removed [Thomas Gambier]
* temporary files are removed [Thomas Gambier]
0.1.4 (2019-07-15)
0.1.4 (2019-07-15)
------------------
---
------------------
* Added support for python3. [Thomas Gambier]
* Added support for python3. [Thomas Gambier]
0.1.3 (2016-04-05)
0.1.3 (2016-04-05)
------------------
---
------------------
* Added support for Python>=2.7.9. [Rafael Monnerat]
* Added support for Python>=2.7.9. [Rafael Monnerat]
0.1.1 (2015-06-11)
0.1.1 (2015-06-11)
------------------
---
------------------
* Added sha256 verification. [Rafael Monnerat]
* Added sha256 verification. [Rafael Monnerat]
0.1.0 (2015-06-10)
0.1.0 (2015-06-10)
------------------
---
------------------
* Initial Release of slapcache. [Rafael Monnerat]
* Initial Release of slapcache. [Rafael Monnerat]
setup.py
View file @
c4ade49f
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
version
=
'0.1.
6
'
version
=
'0.1.
7
'
name
=
'slapcache'
name
=
'slapcache'
long_description
=
open
(
"README.txt"
).
read
()
+
"
\
n
"
+
\
long_description
=
open
(
"README.txt"
).
read
()
+
"
\
n
"
+
\
open
(
"CHANGES.txt"
).
read
()
+
"
\
n
"
open
(
"CHANGES.txt"
).
read
()
+
"
\
n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment