Updated for version 4.9.8

This commit is contained in:
Dimitris Zlatanidis 2024-02-14 12:51:51 +02:00
parent baa71a14e8
commit 513bd828f2
4 changed files with 13 additions and 10 deletions

7
.idea/workspace.xml generated
View file

@ -7,8 +7,7 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated changelog">
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Fixed for dict type">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/changelog.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/changelog.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/cli_usage/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/cli_usage/index.md" afterDir="false" />
@ -469,7 +468,6 @@
</component>
<component name="VcsManagerConfiguration">
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
<MESSAGE value="Updated for install" />
<MESSAGE value="Updated for examples" />
<MESSAGE value="Updated for configs" />
<MESSAGE value="Updated for screenshots" />
@ -494,6 +492,7 @@
<MESSAGE value="Updated process exit code" />
<MESSAGE value="Update fr manpage" />
<MESSAGE value="Updated changelog" />
<option name="LAST_COMMIT_MESSAGE" value="Updated changelog" />
<MESSAGE value="Fixed for dict type" />
<option name="LAST_COMMIT_MESSAGE" value="Fixed for dict type" />
</component>
</project>

View file

@ -1,5 +1,9 @@
## slpkg - ChangeLog
### 4.9.8 - 14/02/2024
- Added:
* python urllib3 settings from config file (slpkg.toml)
### 4.9.7 - 07/01/2024
- Fixed:
* Fix urllib3 KeyError: 'content-length'

View file

@ -1,7 +1,7 @@
# CLI USAGE
```bash
slpkg - version 4.9.7
slpkg - version 4.9.8
USAGE:
slpkg [COMMAND] [OPTIONS] [FILELIST|PACKAGES...]

View file

@ -2,12 +2,12 @@
## Download
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/4.9.7/slpkg-4.9.7.tar.gz">slpkg-4.9.7.tar.gz</a>
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/4.9.8/slpkg-4.9.8.tar.gz">slpkg-4.9.8.tar.gz</a>
## Install
```shell
$ tar xvf slpkg-4.9.7.tar.gz
$ cd slpkg-4.9.7
$ tar xvf slpkg-4.9.8.tar.gz
$ cd slpkg-4.9.8
$ ./install.sh
```
The package will be installed as Slackware package.
@ -18,10 +18,10 @@ Alternatively you can visit: <a href="https://slackbuilds.org/repository/15.0/sy
## Binary package
Download the binary package <a href="https://downloads.sourceforge.net/project/slpkg/binary/slpkg-4.9.7-x86_64-1_dsw.txz">slpkg-4.9.7-x86_64-1_dsw.txz</a>
Download the binary package <a href="https://downloads.sourceforge.net/project/slpkg/binary/slpkg-4.9.8-x86_64-1_dsw.txz">slpkg-4.9.8-x86_64-1_dsw.txz</a>
```shell
$ upgradepkg --install-new slpkg-4.9.7-x86_64-1_dsw.txz
$ upgradepkg --install-new slpkg-4.9.8-x86_64-1_dsw.txz
```
## Dependencies