mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Fix format
This commit is contained in:
parent
e157244a0a
commit
ed06dea3e1
2 changed files with 850 additions and 965 deletions
964
ChangeLog.old
964
ChangeLog.old
|
@ -1,964 +0,0 @@
|
|||
Version 2.5.3
|
||||
20-06-2015
|
||||
|
||||
[Feature] - Support blacklist packages by repository priority.
|
||||
Added instead wget, curl and aria2c as downloader.
|
||||
Added support download jdk from "sbo" repository.
|
||||
|
||||
[Updated] - Update resolve dependencies classes.
|
||||
- Fix add and remove packages from blacklist and queue.
|
||||
|
||||
Version 2.5.1
|
||||
14-06-2015
|
||||
|
||||
[Feature] - Added check repositories ChangeLog.txt with command
|
||||
"slpkg --check [repo]".
|
||||
|
||||
[updated] - Fix argument typo.
|
||||
|
||||
Version 2.5.0
|
||||
12-06-2015
|
||||
|
||||
[Feature] - Added full support Slackware command installpkg, upgradepkg and
|
||||
removepkg with all options. Option '--reinstall' merged into
|
||||
'--upgradepkg'.
|
||||
- Added print installed version.
|
||||
- Added check dependency of package if used before remove.
|
||||
- Added msb (mate) in default repositories.
|
||||
- Added update or upgrade specifically repositories.
|
||||
|
||||
[Updated] - Fix 'slonly' repopsitory ChangeLog.txt link.
|
||||
- Selection foo.pkg removed instead you can use a variable ambient
|
||||
as: pkgs="pip brasero pylint" and then '# slpkg -s sbo $pkgs'.
|
||||
- Fix resolve binary dependencies.
|
||||
- Update repository slackers.it mirror.
|
||||
- Fix ignore "sbo" repository if not activated.
|
||||
|
||||
Version 2.4.4
|
||||
10-06-2015
|
||||
|
||||
[Updated] - Fix AttributeError: 'Update' object has no attribute 'meta'
|
||||
when try update repositories.
|
||||
|
||||
Version 2.4.3
|
||||
10-06-2015
|
||||
|
||||
[Feature] - Added long options.
|
||||
|
||||
[Updated] - Usage help message.
|
||||
- Bash and fish completion.
|
||||
- Man page.
|
||||
- Configuration file.
|
||||
|
||||
Version 2.4.2
|
||||
04-06-2015
|
||||
|
||||
[Updated] - BugFix TypeError: repo_data() function.
|
||||
- Update sbo version compare.
|
||||
- Fix code style.
|
||||
|
||||
|
||||
Version 2.4.1
|
||||
04-06-2015
|
||||
|
||||
[Feature] - Added option to upgrade only the distribution packages installed.
|
||||
- Added option to on/off resolve dependencies.
|
||||
|
||||
[Updated] - Fixed upgrade packages.
|
||||
- Fixed checksum on/off.
|
||||
- Fixed upgrade Slackware binary packages resolve dependencies.
|
||||
|
||||
|
||||
Version 2.4.0
|
||||
02-06-2015
|
||||
|
||||
[Updated] - Updated comments arguments to '--help' option.
|
||||
|
||||
[Feature] - Added additional option to skip packages when upgrading.
|
||||
|
||||
Version 2.3.6
|
||||
30-05-2015
|
||||
|
||||
[Updated] - Fixed to avoid input the first package for searching when input multiple
|
||||
packages together with the option '-F'.
|
||||
|
||||
|
||||
Version 2.3.5
|
||||
30-05-2015
|
||||
|
||||
[Updated] - Added version for SBo packages when search with option
|
||||
'-F'.
|
||||
|
||||
|
||||
Version 2.3.4
|
||||
28-05-2015
|
||||
|
||||
[Updated] - Fix arguments comments.
|
||||
- Update compression slackbuild package.
|
||||
- Fix binary dependencies and sizes.
|
||||
- Fix pylint errors.
|
||||
- Update 'rlw' repository package dependencies.
|
||||
|
||||
[Feature] - Added to find packages from enabled repositories.
|
||||
- Added script to remove data. (clean.py)
|
||||
|
||||
|
||||
Version 2.3.3
|
||||
23-05-2015
|
||||
|
||||
[Updated] - Fix 'ZeroDivisionError:' for binary package install.
|
||||
- Fix 'OSError:' if path not exist.
|
||||
|
||||
Version 2.3.2
|
||||
21-05-2015
|
||||
|
||||
[Updated] - Update arguments and options.
|
||||
- Remove view package version when upgrade because conflict with
|
||||
some packages with the same name.
|
||||
- Update file license.
|
||||
|
||||
Version 2.3.1
|
||||
14-05-2015
|
||||
|
||||
[Feature] - Added the ability to sync with slackpkg and slpkg to update the
|
||||
file ChangeLog.txt when upgrading distribution.
|
||||
|
||||
Version 2.3.0
|
||||
07-05-2015
|
||||
|
||||
[Updated] - Bugfix: Find package error #13
|
||||
Thanks 'lucashpandolfo' for reporting.
|
||||
|
||||
Version 2.2.9
|
||||
24-4-2015
|
||||
|
||||
[Updated] - Fix reference installed packages after distribution upgrade.
|
||||
- Fix double reference after already installed SBo packages.
|
||||
- Fix clear master SBo packages.
|
||||
|
||||
Version 2.2.8
|
||||
23-4-2015
|
||||
|
||||
[Updated] - Fix added new packages when upgrad.
|
||||
- Fix man page.
|
||||
- Fix TypeError: 'NoneType' object has no attribute '__getitem__'
|
||||
when no sbo link found. Many Thanks to 'R S Ananda Murthy' to report.
|
||||
- Fix slackbuilds.org ChangeLog.txt url.
|
||||
- Update install.sh script.
|
||||
- Update binary/install.py, sbo/slackbuild.py and slack/patches.py
|
||||
clases.
|
||||
- Update count packages the upgrading of distribution.
|
||||
|
||||
Version 2.2.7
|
||||
18-3-2015
|
||||
|
||||
[Feature] - Added bash completion file.
|
||||
- Added fish completion file.
|
||||
[Updated] - Fix synchronization issues when upgrading SBo repository.
|
||||
- Fix remove to the right spaces on view.
|
||||
|
||||
Version 2.2.6
|
||||
26-2-2015
|
||||
|
||||
[Feature] - Added counter download.
|
||||
[Updated] - Update Slackware release message.
|
||||
|
||||
Version 2.2.5
|
||||
24-2-2015
|
||||
|
||||
[Updated] - Fix Error-prone.
|
||||
- Rename variable name 'VERSION' to 'RELEASE' in configuration file.
|
||||
- Merge functions and fix __metadata__ complexity.
|
||||
- Update slackbulid and install script.
|
||||
- Rename command 're-create' to 'upgrade'.
|
||||
- Fix IOError: [Errno 13] Permission denied as user.
|
||||
- Fix alien repository checksum.
|
||||
|
||||
Version 2.2.3
|
||||
16-2-2015
|
||||
|
||||
[Updated] - Fix slpkg.SlackBuild script support .zip archives.
|
||||
- Fix can't overwrite new sbo scripts.
|
||||
- Fix remove master package with dependencies.
|
||||
|
||||
Version 2.2.2
|
||||
11-2-2015
|
||||
|
||||
[Updated] - BugFix show hidden matching sbo packages.
|
||||
|
||||
|
||||
Version 2.2.1
|
||||
6-2-2015
|
||||
|
||||
[Feature] - Added support multipackages.
|
||||
- Added passing variables to the script.
|
||||
- Added use file.pkg instead [package...] or [package].
|
||||
|
||||
[Updated] - Fix [key error] when you enter wrong name repository as default.
|
||||
- Rename BUILD variable to BUILD_PATH in configuration file slpkg.conf.
|
||||
- Fix fails install if modified OUTPUT variable.
|
||||
- Change in view list of packages in option '-l'.
|
||||
- Update option '-f' view installed packages.
|
||||
- Update option '-l' view installed packages.
|
||||
|
||||
Version 2.2.0
|
||||
08-1-2015
|
||||
|
||||
[Updated] - Fix queue downloads.
|
||||
- Update find argument.
|
||||
- Rename commands repolist and repoinfo to repo-list, repo-info.
|
||||
- Update installed package list.
|
||||
|
||||
[Feature] - Added custom binary repository.
|
||||
- Added Slackware 'patches' repository in PACKAGES.txt file.
|
||||
- Added Alien's restricted repository.
|
||||
- Added wget option.
|
||||
- Added view default repositories in repo-list.
|
||||
|
||||
Version 2.1.5
|
||||
27-12-2014
|
||||
|
||||
[Feature] - Added slacker.it, slackonly.com, Alien's ktown, Alien's multilib,
|
||||
Slacke E17 and E18, SalixOS and Slackel repositories.
|
||||
- Added command 're-create'.
|
||||
- Added command 'repolist'.
|
||||
- Added command 'repoinfo'.
|
||||
|
||||
[Updated] - Fix Slackware current upgrade checksums.
|
||||
- Fix ingore hiden files in /var/log/packages/ path.
|
||||
- Fix arguments.
|
||||
|
||||
Version 2.1.4
|
||||
16-12-2014
|
||||
|
||||
[Feature] - Added command 'update' and remove auto update package lists.
|
||||
- Added slpkg update itself.
|
||||
|
||||
[Updated] - Fix 'UnboundLocalError: local variable 'md5' referenced before assignment'
|
||||
after try update alien repository in some packages and for Slackware current
|
||||
users. Thanks to 'Jack Kiersey' for reporting.
|
||||
- Fix checksums after try to update slackware packages.
|
||||
|
||||
Version 2.1.3
|
||||
06-12-2014
|
||||
|
||||
[Updated] - Fix 'IndexError: tuple index out of range' when sbo upgrade.
|
||||
|
||||
|
||||
Version 2.1.2
|
||||
04-12-2014
|
||||
|
||||
[Feature] - Added checksum all repositories.
|
||||
|
||||
[Updated] - Fix downloads modules.
|
||||
|
||||
Version 2.1.1
|
||||
01-12-2014
|
||||
|
||||
[Feature] - Added options in /etc/slpkg/slpkg.conf file to select
|
||||
repositories.
|
||||
- Added options to skip unsupported and untested packages.
|
||||
|
||||
[Updated] - Bugfix TypeError for unsupported/untested sbo packages.
|
||||
|
||||
Version 2.1.0
|
||||
28-11-2014
|
||||
|
||||
[Updated] - Fix change build path.
|
||||
- Fix creating directories if not exists.
|
||||
- Added Studioware repository.
|
||||
|
||||
Version 2.0.9
|
||||
26-11-2014
|
||||
|
||||
[Updated] - Fix setup.py to install configuration files after checksum.
|
||||
- Fix view slpkg config file.
|
||||
|
||||
Version 2.0.8
|
||||
25-11-2014
|
||||
|
||||
[Updated] - Added more options in slpkg configuration file.
|
||||
|
||||
Version 2.0.7
|
||||
22-11-2014
|
||||
|
||||
[Feature] - Added more option in slpkg.conf file.
|
||||
- Added slackware-mirrors file in /etc/slpkg
|
||||
|
||||
[Updated] - Fix upgrade Slackware packages if installed.
|
||||
|
||||
Version 2.0.6
|
||||
18-11-2014
|
||||
|
||||
[Updated] - Fix setup.py file
|
||||
|
||||
Version 2.0.5
|
||||
18-11-2014
|
||||
|
||||
[Feature] - Added /etc/slpkg.conf file.
|
||||
- Move "--current" switch in /etc/slpkg.conf file.
|
||||
- Added local PACKAGES.TXT for Slackware repository.
|
||||
- Added options to view package description.
|
||||
- Added all repositories in tracking dependencies options '-t'.
|
||||
- Added configuration file managment
|
||||
|
||||
[Updated] - Bugfix upgrading binary packages.
|
||||
|
||||
Version 2.0.4
|
||||
07-11-2014
|
||||
|
||||
[Feature] - Added Robby Workman, Alien Bob (Eric Hameleers) and
|
||||
slacky.eu repositories.
|
||||
|
||||
[Updated] - Fix remove list reference.
|
||||
|
||||
Version 2.0.3
|
||||
29-10-2014
|
||||
|
||||
[Updated] - Fix arguments.
|
||||
- Fix dpenedencies log.
|
||||
- Fix pydoc pager.
|
||||
- Fix list packaging paging.
|
||||
|
||||
Version 2.0.2
|
||||
21-10-2014
|
||||
|
||||
[Updated] - Update source.
|
||||
|
||||
Version 2.0.1
|
||||
20-10-2014
|
||||
|
||||
[Updated] - Bugfix md5 checksum failed.
|
||||
- Fix download all sources before build in view options.
|
||||
|
||||
Version 2.0.0
|
||||
15-10-2014
|
||||
|
||||
[Updated] - Align PEP8 code style.
|
||||
Fix sbo arch.
|
||||
Update package splitting.
|
||||
|
||||
Version 1.9.9
|
||||
11-10-2014
|
||||
|
||||
[Feature] - Added queue options.
|
||||
|
||||
Version 1.9.8
|
||||
07-10-2014
|
||||
|
||||
[Updated] - Source code update.
|
||||
|
||||
Version 1.9.7
|
||||
06-10-2014
|
||||
|
||||
[Updated] - Bugfix UnboundLocalError: local variable 'arch' referenced before assignment
|
||||
|
||||
Version 1.9.6
|
||||
04-10-2014
|
||||
|
||||
[Updated] - Bugfix install packages from slack repo.
|
||||
|
||||
Version 1.9.5
|
||||
04-10-2014
|
||||
|
||||
[Updated] - Added 'aaa_elflibs' in blacklist.
|
||||
- Fix current version upgrade only installed packages.
|
||||
- Gzip man page in setup.py.
|
||||
- Install blacklist configuration file through setup.py.
|
||||
- Added Gb unit in slack repo.
|
||||
|
||||
Version 1.9.4
|
||||
01-10-2014
|
||||
|
||||
[Feature] - Added support install packages from Slackware current (version)
|
||||
repository.
|
||||
Added support upgrade current version. (Upgrade all Slackware current tree)
|
||||
[Updated] - Fix arguments.
|
||||
|
||||
Version 1.9.3
|
||||
29-09-2014
|
||||
|
||||
[Feature] - Added blacklist configuration file.
|
||||
- Added blacklist options.
|
||||
|
||||
Version 1.9.2
|
||||
27-09-2014
|
||||
|
||||
[Updated] - Remove argparse
|
||||
- create downloader module with wget
|
||||
|
||||
Version 1.9.1
|
||||
25-09-2014
|
||||
|
||||
[Updated] - Bugfix v1.9.0 no update slackbuilds packages
|
||||
- Fix arch in sbo upgrade
|
||||
|
||||
Version 1.9.0
|
||||
24-09-2014
|
||||
|
||||
[Updated] - Fix arguments.
|
||||
- Replace less command with pydoc.
|
||||
|
||||
Version 1.8.9
|
||||
23-09-2014
|
||||
|
||||
[Feature] - Added short description
|
||||
- Added view matching packages from SBo repostirory
|
||||
|
||||
[Updated] - Update open-close files as SLACKBUILDS.TXT
|
||||
|
||||
Version 1.8.8
|
||||
22-09-2014
|
||||
|
||||
[Updated] - Fix Alignment viewing packages
|
||||
- Fix build time
|
||||
[Feature] - Added search dependencies from local SLACKBUILDS.TXT file
|
||||
|
||||
Version 1.8.7
|
||||
19-09-2014
|
||||
|
||||
[Updated] - Fix build time
|
||||
|
||||
Version 1.8.6
|
||||
14-09-2014
|
||||
|
||||
[Updated] - Correction of reference installing or upgrading.
|
||||
- Updated find installed packages.
|
||||
|
||||
[Feature] - Added print total file size of installed packages.
|
||||
- Added highlight upgraded packages from slack repo.
|
||||
|
||||
Version 1.8.5
|
||||
13-09-2014
|
||||
|
||||
[Updated] - Fix convert kb to mb
|
||||
- Fix build sources with spaces in filenames like
|
||||
"Sublime Text 2.0.2 x64.tar.bz2"
|
||||
|
||||
Version 1.8.4
|
||||
10-09-2014
|
||||
|
||||
[Feature] - Added MD5SUM check file.
|
||||
- Added build time.
|
||||
|
||||
Version 1.8.3
|
||||
08-09-2014
|
||||
|
||||
[Updated] - Fix messages
|
||||
|
||||
Version 1.8.2
|
||||
08-09-2014
|
||||
|
||||
[Updated] - Fix resolving dependencies '-c sbo upgrade' option.
|
||||
- Update sbo summarys
|
||||
[Feature] - Add build log file
|
||||
|
||||
Version 1.8.1
|
||||
04-09-2014
|
||||
|
||||
[Updated] - Fix install.sh script to install wget download tar.gz
|
||||
archive file.
|
||||
Fix install packages like adobe-reader
|
||||
|
||||
Version 1.8.0
|
||||
02-09-2014
|
||||
|
||||
[Updated] - Fix arch view dependencies in action -s sbo <package>
|
||||
Fix find packages with version in action -s sbo <package>
|
||||
Remove to remove packages after download because not useful
|
||||
if download the some package and wget -N command not working.
|
||||
|
||||
Version 1.7.9
|
||||
30-08-2014
|
||||
|
||||
[Feature] - Added extra and pasture packages from official Slackware
|
||||
tree.
|
||||
- Added install.sh script.
|
||||
[Updated] - Remove destination file after copy to sbo script directory.
|
||||
Fix appearance build tag, the packages that do not include
|
||||
_slack tag.
|
||||
|
||||
Version 1.7.8
|
||||
28-08-2014
|
||||
|
||||
[Updated] - Bugfix - ImportError: No module named __metadata__
|
||||
|
||||
Version 1.7.7
|
||||
26-08-2014
|
||||
|
||||
[Updated] - Fix install noarch packages from SBo repository
|
||||
Fix avoid '%README%' as dependency
|
||||
Fix arguments
|
||||
Fix messages
|
||||
|
||||
Version 1.7.6
|
||||
25-08-2014
|
||||
|
||||
[Updated] - Bugfix IndexError '-aa' in cli argparseoptions.
|
||||
Fix arch's
|
||||
|
||||
[Feature] - Added upgrade all SBo packages
|
||||
|
||||
22-08-2014
|
||||
Version 1.7.5
|
||||
|
||||
[Feature] - Added report of packages will be installed the options
|
||||
`slpkg -s sbo <package>`
|
||||
`slpkg -s slack <package>`
|
||||
`slpkg -c slack upgrade`
|
||||
[Updated] - Fix mirrors for Slackware x86
|
||||
|
||||
17-08-2014
|
||||
Version 1.7.4
|
||||
|
||||
[Updated] - Bugfix NameError: global name 'getpass' is not defined
|
||||
|
||||
[Feature] - Added downloaded .asc files to upgrade or install
|
||||
packages from Slackware tree.
|
||||
Added calculate file sizes in the process of installing
|
||||
packages or upgrading from Slackware mirrors
|
||||
|
||||
16-8-2014
|
||||
Verion 1.7.3
|
||||
|
||||
[Updated] - Sort the packets in the list view. We thank Dave for help
|
||||
https://github.com/wvragga.
|
||||
[Updated] - Bugfix reinstall lilo after upgrading kernel.
|
||||
[Updated] - Removed some code system and replaced with Python code.
|
||||
[Updated] - Reinstall if packages exist and upgrading if not in options
|
||||
slpkg -s slack <packages>
|
||||
[Updated] - New paths created, ChangeLog.txt saved in /var/log/slpkg
|
||||
and SLACKBUILDS.TXT in /var/lib/slpkg/sbo_repo
|
||||
[Updated] - Upgrade initilazation method
|
||||
Replace mkdir -p with os.mkdir and create directories only if not exists
|
||||
|
||||
13-08-2014
|
||||
Version 1.7.2
|
||||
|
||||
[Updated] - Fix messages
|
||||
|
||||
11-08-2014
|
||||
Version 1.7.1
|
||||
|
||||
[Updated] - Bugfix OSError: [Errno 2] No such file or directory: '/tmp/slpkg/patches/
|
||||
[Feature] - Change the way to search packages from slackbuilds.org.
|
||||
The route search package eventually becomes found after ChangeLog.txt change.
|
||||
|
||||
09-08-2014
|
||||
Version 1.7.0
|
||||
|
||||
[Feature] - Added removes packages with all dependencies
|
||||
|
||||
04-08-2014
|
||||
Version 1.6.9
|
||||
|
||||
[Updated] - Remove non-useful code
|
||||
Fix /tmp/slpkg/readme/ path create
|
||||
|
||||
[Feature] - Added build path, drop all packages in Slpkg_Build directory
|
||||
Added build and install packages only if new version available and
|
||||
package not installed (slpkg -s sbo)
|
||||
Added display installed packages in tracking dependencies
|
||||
|
||||
01-08-2014
|
||||
Version 1.6.8
|
||||
|
||||
[Updated] - Fix grap http extra sources with space in line start like
|
||||
package EMBASSY
|
||||
Fix KeyboardInterrupt
|
||||
|
||||
31-07-2014
|
||||
Version 1.6.7
|
||||
|
||||
[Updated[ - Fix packages remove
|
||||
Fix OSError: [Errno 2] No such file or directory:
|
||||
Fix messages
|
||||
|
||||
30-07-2014
|
||||
Version 1.6.6
|
||||
|
||||
[Updated] - Fix 'Wrong file' when build packages
|
||||
|
||||
28-07-2014
|
||||
Version 1.6.5
|
||||
|
||||
[Feature] - Added slack, noarch and other in list (slpkg -l)
|
||||
Added index in list (slpkg -l)
|
||||
Added install packages via official Slackware mirrors
|
||||
Fix messages
|
||||
|
||||
[Updated] - Arguments views
|
||||
|
||||
28-07-2014
|
||||
Version 1.6.4
|
||||
|
||||
[Updated] - Fix messages
|
||||
FIx IndexError: tuple index out of range
|
||||
|
||||
27-07-2014
|
||||
Version 1.6.3
|
||||
|
||||
[Updated] - Fix arguments
|
||||
FIx NameError: global name 'sp' is not defined
|
||||
|
||||
26-07-2014
|
||||
Version 1.6.2
|
||||
|
||||
[Feature] - Added distribution upgrade from official Slackware mirrors
|
||||
`slpkg -c slack upgrade`
|
||||
|
||||
[Updated] - Change detection packages mode. 2x much faster
|
||||
Fix messages
|
||||
|
||||
22-07-2014
|
||||
Version 1.6.1
|
||||
|
||||
[updated] - Fix messages
|
||||
Fix package remove
|
||||
Fix package find
|
||||
Fix package print contents
|
||||
|
||||
21-07-2014
|
||||
Version 1.6.0
|
||||
|
||||
[Updated] - Fix remove package (slpkg -r)
|
||||
Added and fix messages
|
||||
Create __metadata__
|
||||
|
||||
18-07-2014
|
||||
Version 1.5.9
|
||||
|
||||
[Updated] - Create sub-modules
|
||||
|
||||
18-07-2014
|
||||
Version 1.5.8
|
||||
|
||||
[Updated] - Report packages before removed (slpkg -r)
|
||||
|
||||
17-07-2014
|
||||
Version 1.5.7
|
||||
|
||||
[Updated] - Fix IndentationError: expected an indented block
|
||||
|
||||
17-07-2014
|
||||
Version 1.5.6
|
||||
|
||||
[Updated] - Added setuptools
|
||||
|
||||
15-07-2014
|
||||
Version 1.5.5
|
||||
|
||||
[Updated] - Create slpkg.py module
|
||||
|
||||
13-07-2014
|
||||
Version 1.5.4
|
||||
|
||||
[Updated] - Remove files in tmp directory after read
|
||||
|
||||
24-06-2014
|
||||
Version 1.5.3
|
||||
|
||||
[Updated] - Fix IOError: [Errno 13] Permission denied: (file = open("/tmp/slpkg/readme/" + name +
|
||||
site, "w"))
|
||||
|
||||
24-06-2014
|
||||
Version 1.5.2
|
||||
|
||||
[Updated] - Fix urllib2.URLError: <urlopen error [Errno 111] Connection refused>
|
||||
|
||||
12-06-2014
|
||||
Version 1.5.1
|
||||
|
||||
[Updated] - Fix return download link on architectures other x86_64
|
||||
|
||||
07-06-2014
|
||||
Version 1.5.0
|
||||
|
||||
[Updated] - Fix download if server file is newer than local
|
||||
[Updated] - Source code
|
||||
|
||||
06-06-2014
|
||||
Version 1.4.9
|
||||
|
||||
[Updated] - Fix exit from loop after build in option 'network'
|
||||
[Updated] - Source code
|
||||
|
||||
06-06-2014
|
||||
Version 1.4.8
|
||||
|
||||
[Updated] - Fix print message to upgrade, install, reinstall and report
|
||||
files to removed.
|
||||
|
||||
04-06-2014
|
||||
Version 1.4.7
|
||||
|
||||
[Feature] - Added download/build/install in choises (-n) network and (-c) check
|
||||
|
||||
05-06-2014
|
||||
Version 1.4.6
|
||||
|
||||
[Updated] - Fix build noarch packages
|
||||
|
||||
04-06-2014
|
||||
Version 1.4.5
|
||||
|
||||
[Feature] - Added support ftp links
|
||||
[Feature] - Added report already installed packages
|
||||
|
||||
03-06-2014
|
||||
Version 1.4.4
|
||||
|
||||
[Feature] - Added support ALL extra sources
|
||||
[Updated] - Fix out of range in SBo version link with filename
|
||||
|
||||
03-06-2014
|
||||
Version 1.4.3
|
||||
|
||||
[Updated] - Fix to avoid build packages with more than four arguments.
|
||||
|
||||
03-06-2014
|
||||
Version 1.4.2
|
||||
|
||||
[Updated] - Fix to avoid build package if already installed
|
||||
[Updated] - Fix not download if file already installed
|
||||
|
||||
31-05-2014
|
||||
Version 1.4.1
|
||||
|
||||
[Updated] - Fix to avoid download package if already installed
|
||||
|
||||
30-05-2014
|
||||
Version 1.4.0
|
||||
|
||||
[Updated] - Fix to install SBo packages with different tag
|
||||
[Updated] - Fix to avoid build and install already installed packages
|
||||
|
||||
30-05-2014
|
||||
Version 1.3.9
|
||||
|
||||
[Updated] - Remove to search for SBo script no needed
|
||||
[Updated] - New naming the arguments
|
||||
[Updated] - source code
|
||||
|
||||
30-05-2014
|
||||
Version 1.3.8
|
||||
|
||||
[Updated] - Fix no dependencies found
|
||||
|
||||
29-05-2014
|
||||
Version 1.3.7
|
||||
|
||||
[Updated] - Fix link filename with version
|
||||
|
||||
28-05-2014
|
||||
Version 1.3.6
|
||||
|
||||
[Feature] - Added download package with all dependencies build and install all
|
||||
|
||||
24-05-2014
|
||||
Version 1.3.5
|
||||
|
||||
[Updated] - Fix print out "no dependecies" tracking function
|
||||
[Updated] - Fix confirmation delete packages
|
||||
|
||||
23-05-2014
|
||||
Version 1.3.4
|
||||
|
||||
[Bugfix] - Fixed (sre_constants.error) recognize package names with special characters
|
||||
|
||||
22-05-2014
|
||||
Version 1.3.3
|
||||
|
||||
[Feature] - Added download and build package
|
||||
|
||||
22-05-2014
|
||||
Version 1.3.2
|
||||
|
||||
[Feature] - Added view info and SlackBuild file
|
||||
[Updated] - Fix build arguments messages
|
||||
[Bugfix] - Fixed TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
|
||||
in sbo_requires_pkg function (sbo_url = sbo_url + name + ".info")
|
||||
|
||||
21-05-2014
|
||||
Version 1.3.1
|
||||
|
||||
[Feature] - Added view README file
|
||||
|
||||
21-05-2014
|
||||
Version 1.3.0
|
||||
|
||||
[Updated] - Fix argparse view
|
||||
|
||||
21-05-2014
|
||||
Version 1.2.9
|
||||
|
||||
[Feature] - Added tracking dependencies
|
||||
|
||||
20-05-2014
|
||||
Version 1.2.8
|
||||
|
||||
[Feature] - Added download package from www.slackbuild.org
|
||||
[Feature] - Added to support build packages with extra sources
|
||||
|
||||
20-05-2014
|
||||
Version 1.2.7
|
||||
|
||||
[Updated] - Overwrite code into functions
|
||||
|
||||
20-05-2014
|
||||
Version 1.2.6
|
||||
|
||||
[Updated] - Better code, better speed... enjoy !!!
|
||||
|
||||
19-05-2014
|
||||
Version 1.2.5
|
||||
|
||||
[Updated] - Fix download source x86_64 arcitecture
|
||||
|
||||
19-05-2014
|
||||
Version 1.2.4
|
||||
|
||||
[Feature] - Added download source code by pc arcitecture
|
||||
|
||||
19-05-2014
|
||||
Version 1.2.3
|
||||
|
||||
[Updated] - Fix check packages for updates
|
||||
[Feature] - Added progress bar to searching
|
||||
|
||||
19-05-2014
|
||||
Version 1.2.2
|
||||
|
||||
[Updated] - Fix libraries repository
|
||||
|
||||
19-05-2014
|
||||
Version 1.2.1
|
||||
|
||||
[Updated] - Fix functions
|
||||
|
||||
17-05-2014
|
||||
Version 1.2.0
|
||||
|
||||
[Feature] - Added if your packages from www.slackbuilds.org is up to date
|
||||
|
||||
17-05-2014
|
||||
Version 1.1.9
|
||||
|
||||
[Updated] - Fix notify message if exist package in fuction remove
|
||||
|
||||
17-05-2014
|
||||
Version 1.1.8
|
||||
|
||||
[Feature] - Added to check root user
|
||||
[Updated] - Fix find and display packages
|
||||
|
||||
16-05-2014
|
||||
Version 1.1.7
|
||||
|
||||
[Updated] - Fix functions
|
||||
|
||||
15-05-2014
|
||||
version 1.1.6
|
||||
|
||||
[Updated] - Removed stupid option binary search
|
||||
|
||||
15-05-2014
|
||||
Version 1.1.5
|
||||
|
||||
[Feature] - Added multi install, upgrade, remove and find packages
|
||||
[Feature] - Added to find from network slackbuilds links and sources
|
||||
|
||||
14-05-2014
|
||||
Version 1.1.4
|
||||
|
||||
[Updated] - Updated function sbo_requires_pkg do not use .txt file
|
||||
|
||||
14-05-2014
|
||||
Version 1.1.3
|
||||
|
||||
[Feature] - Added to find requirements package from www.slackbuild.org
|
||||
|
||||
13-05-2014
|
||||
Version 1.1.2
|
||||
|
||||
[Feature] - Added to find already binary packages in /tmp directory
|
||||
|
||||
13-05-2014
|
||||
Version: 1.1.1
|
||||
|
||||
[Updated] - Fix list print out
|
||||
|
||||
12-05-2014
|
||||
Version 1.1.0
|
||||
|
||||
[Feature] - Added search from SBo and print link for download
|
||||
|
||||
12-05-2014
|
||||
Version 1.0.9
|
||||
|
||||
[Updated] - Fix warning messages amd colors print out
|
||||
|
||||
12-05-2014
|
||||
Version 1.0.8
|
||||
|
||||
[Updated] - Added signle install argument
|
||||
[Updated] - Fix arguments
|
||||
[Updated] - Added 2 options in list argument
|
||||
|
||||
11-05-2014
|
||||
Version 1.0.7
|
||||
|
||||
[Updated] - fix null arguments
|
||||
|
||||
11-05-2014
|
||||
Version 1.0.6
|
||||
|
||||
[Updated] - updated slackbuild argument
|
||||
|
||||
10-05-2014
|
||||
Version 1.0.5
|
||||
|
||||
[Feature] - Added auto build package choice
|
||||
[Updated] - man page and README.rst file
|
||||
|
||||
10-05-2014
|
||||
Version 1.0.3
|
||||
|
||||
[Updated] - bin/slpkg added function find_package
|
||||
|
||||
10-05-2014
|
||||
Version 1.0.2
|
||||
|
||||
[Updated] - setup.py file
|
||||
[Updated] - man page slpkg.8 added gziped
|
||||
|
||||
09-05-2014
|
||||
Version 1.0.1
|
||||
|
||||
[Feature] - Added support install man page
|
||||
|
||||
09-05-2014
|
||||
Version 1.0.0
|
||||
|
||||
[Feature] - Added man page
|
||||
|
||||
09-05-2014
|
||||
Version 0.0.3
|
||||
|
||||
[Feature] - Added support warning message if remove package
|
||||
[Feature] - Replace remove command
|
||||
|
||||
08-05-2014
|
||||
Version 0.0.2
|
||||
|
||||
[Feature] - Added support reinstall package
|
||||
[Updated] - Version print out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
07-05-2014
|
||||
Version 0.0.1
|
||||
|
||||
Notes:
|
||||
|
||||
Released version 0.0.1, developmnet status Aplha
|
851
ChangeLog.txt
851
ChangeLog.txt
|
@ -1,4 +1,853 @@
|
|||
2.5.4 - 20/06/2015
|
||||
Fixed
|
||||
- Check repository if exist when package upgrade.
|
||||
- Check repository if exist when package upgrade
|
||||
- AttributeError: 'list' object has no attribute 'splitlines' in "--tracking" Thanks to Brenton Earl for report
|
||||
|
||||
2.5.3 - 20/06/2015
|
||||
Added:
|
||||
- Support blacklist packages by repository priority.
|
||||
- Instead wget, curl and aria2c as downloader.
|
||||
- Support download jdk from "sbo" repository.
|
||||
Fixed:
|
||||
- Resolve dependencies classes
|
||||
- Add and remove packages from blacklist and queue.
|
||||
|
||||
2.5.1 - 14/06/2015
|
||||
Added:
|
||||
- Check repositories ChangeLog.txt with command "slpkg --check [repo]"
|
||||
Fixed:
|
||||
- Argument typo
|
||||
|
||||
2.5.0 - 12/06/2015
|
||||
Added:
|
||||
- Full support Slackware command installpkg, upgradepkg and removepkg with all options. Option '--reinstall' merged into '--upgradepkg'
|
||||
- Print installed version
|
||||
- Check dependency of package if used before remove
|
||||
- MSB (mate) in default repositories.\
|
||||
- Update or upgrade specifically repositories
|
||||
Fixed:
|
||||
- Slonly repopsitory ChangeLog.txt link.
|
||||
- Selection foo.pkg removed instead you can use a variable ambient as: pkgs="pip brasero pylint" and then '# slpkg -s sbo $pkgs'.
|
||||
- Resolve binary dependencies.
|
||||
- Repository slackers.it mirror.
|
||||
- Ignore "sbo" repository if not activated.
|
||||
|
||||
Version 2.4.4
|
||||
10-06-2015
|
||||
|
||||
[Updated] - Fix AttributeError: 'Update' object has no attribute 'meta'
|
||||
when try update repositories.
|
||||
|
||||
Version 2.4.3
|
||||
10-06-2015
|
||||
|
||||
[Feature] - Added long options.
|
||||
|
||||
[Updated] - Usage help message.
|
||||
- Bash and fish completion.
|
||||
- Man page.
|
||||
- Configuration file.
|
||||
|
||||
Version 2.4.2
|
||||
04-06-2015
|
||||
|
||||
[Updated] - BugFix TypeError: repo_data() function.
|
||||
- Update sbo version compare.
|
||||
- Fix code style.
|
||||
|
||||
|
||||
Version 2.4.1
|
||||
04-06-2015
|
||||
|
||||
[Feature] - Added option to upgrade only the distribution packages installed.
|
||||
- Added option to on/off resolve dependencies.
|
||||
|
||||
[Updated] - Fixed upgrade packages.
|
||||
- Fixed checksum on/off.
|
||||
- Fixed upgrade Slackware binary packages resolve dependencies.
|
||||
|
||||
|
||||
Version 2.4.0
|
||||
02-06-2015
|
||||
|
||||
[Updated] - Updated comments arguments to '--help' option.
|
||||
|
||||
[Feature] - Added additional option to skip packages when upgrading.
|
||||
|
||||
Version 2.3.6
|
||||
30-05-2015
|
||||
|
||||
[Updated] - Fixed to avoid input the first package for searching when input multiple
|
||||
packages together with the option '-F'.
|
||||
|
||||
|
||||
Version 2.3.5
|
||||
30-05-2015
|
||||
|
||||
[Updated] - Added version for SBo packages when search with option
|
||||
'-F'.
|
||||
|
||||
|
||||
Version 2.3.4
|
||||
28-05-2015
|
||||
|
||||
[Updated] - Fix arguments comments.
|
||||
- Update compression slackbuild package.
|
||||
- Fix binary dependencies and sizes.
|
||||
- Fix pylint errors.
|
||||
- Update 'rlw' repository package dependencies.
|
||||
|
||||
[Feature] - Added to find packages from enabled repositories.
|
||||
- Added script to remove data. (clean.py)
|
||||
|
||||
|
||||
Version 2.3.3
|
||||
23-05-2015
|
||||
|
||||
[Updated] - Fix 'ZeroDivisionError:' for binary package install.
|
||||
- Fix 'OSError:' if path not exist.
|
||||
|
||||
Version 2.3.2
|
||||
21-05-2015
|
||||
|
||||
[Updated] - Update arguments and options.
|
||||
- Remove view package version when upgrade because conflict with
|
||||
some packages with the same name.
|
||||
- Update file license.
|
||||
|
||||
Version 2.3.1
|
||||
14-05-2015
|
||||
|
||||
[Feature] - Added the ability to sync with slackpkg and slpkg to update the
|
||||
file ChangeLog.txt when upgrading distribution.
|
||||
|
||||
Version 2.3.0
|
||||
07-05-2015
|
||||
|
||||
[Updated] - Bugfix: Find package error #13
|
||||
Thanks 'lucashpandolfo' for reporting.
|
||||
|
||||
Version 2.2.9
|
||||
24-4-2015
|
||||
|
||||
[Updated] - Fix reference installed packages after distribution upgrade.
|
||||
- Fix double reference after already installed SBo packages.
|
||||
- Fix clear master SBo packages.
|
||||
|
||||
Version 2.2.8
|
||||
23-4-2015
|
||||
|
||||
[Updated] - Fix added new packages when upgrad.
|
||||
- Fix man page.
|
||||
- Fix TypeError: 'NoneType' object has no attribute '__getitem__'
|
||||
when no sbo link found. Many Thanks to 'R S Ananda Murthy' to report.
|
||||
- Fix slackbuilds.org ChangeLog.txt url.
|
||||
- Update install.sh script.
|
||||
- Update binary/install.py, sbo/slackbuild.py and slack/patches.py
|
||||
clases.
|
||||
- Update count packages the upgrading of distribution.
|
||||
|
||||
Version 2.2.7
|
||||
18-3-2015
|
||||
|
||||
[Feature] - Added bash completion file.
|
||||
- Added fish completion file.
|
||||
[Updated] - Fix synchronization issues when upgrading SBo repository.
|
||||
- Fix remove to the right spaces on view.
|
||||
|
||||
Version 2.2.6
|
||||
26-2-2015
|
||||
|
||||
[Feature] - Added counter download.
|
||||
[Updated] - Update Slackware release message.
|
||||
|
||||
Version 2.2.5
|
||||
24-2-2015
|
||||
|
||||
[Updated] - Fix Error-prone.
|
||||
- Rename variable name 'VERSION' to 'RELEASE' in configuration file.
|
||||
- Merge functions and fix __metadata__ complexity.
|
||||
- Update slackbulid and install script.
|
||||
- Rename command 're-create' to 'upgrade'.
|
||||
- Fix IOError: [Errno 13] Permission denied as user.
|
||||
- Fix alien repository checksum.
|
||||
|
||||
Version 2.2.3
|
||||
16-2-2015
|
||||
|
||||
[Updated] - Fix slpkg.SlackBuild script support .zip archives.
|
||||
- Fix can't overwrite new sbo scripts.
|
||||
- Fix remove master package with dependencies.
|
||||
|
||||
Version 2.2.2
|
||||
11-2-2015
|
||||
|
||||
[Updated] - BugFix show hidden matching sbo packages.
|
||||
|
||||
|
||||
Version 2.2.1
|
||||
6-2-2015
|
||||
|
||||
[Feature] - Added support multipackages.
|
||||
- Added passing variables to the script.
|
||||
- Added use file.pkg instead [package...] or [package].
|
||||
|
||||
[Updated] - Fix [key error] when you enter wrong name repository as default.
|
||||
- Rename BUILD variable to BUILD_PATH in configuration file slpkg.conf.
|
||||
- Fix fails install if modified OUTPUT variable.
|
||||
- Change in view list of packages in option '-l'.
|
||||
- Update option '-f' view installed packages.
|
||||
- Update option '-l' view installed packages.
|
||||
|
||||
Version 2.2.0
|
||||
08-1-2015
|
||||
|
||||
[Updated] - Fix queue downloads.
|
||||
- Update find argument.
|
||||
- Rename commands repolist and repoinfo to repo-list, repo-info.
|
||||
- Update installed package list.
|
||||
|
||||
[Feature] - Added custom binary repository.
|
||||
- Added Slackware 'patches' repository in PACKAGES.txt file.
|
||||
- Added Alien's restricted repository.
|
||||
- Added wget option.
|
||||
- Added view default repositories in repo-list.
|
||||
|
||||
Version 2.1.5
|
||||
27-12-2014
|
||||
|
||||
[Feature] - Added slacker.it, slackonly.com, Alien's ktown, Alien's multilib,
|
||||
Slacke E17 and E18, SalixOS and Slackel repositories.
|
||||
- Added command 're-create'.
|
||||
- Added command 'repolist'.
|
||||
- Added command 'repoinfo'.
|
||||
|
||||
[Updated] - Fix Slackware current upgrade checksums.
|
||||
- Fix ingore hiden files in /var/log/packages/ path.
|
||||
- Fix arguments.
|
||||
|
||||
Version 2.1.4
|
||||
16-12-2014
|
||||
|
||||
[Feature] - Added command 'update' and remove auto update package lists.
|
||||
- Added slpkg update itself.
|
||||
|
||||
[Updated] - Fix 'UnboundLocalError: local variable 'md5' referenced before assignment'
|
||||
after try update alien repository in some packages and for Slackware current
|
||||
users. Thanks to 'Jack Kiersey' for reporting.
|
||||
- Fix checksums after try to update slackware packages.
|
||||
|
||||
Version 2.1.3
|
||||
06-12-2014
|
||||
|
||||
[Updated] - Fix 'IndexError: tuple index out of range' when sbo upgrade.
|
||||
|
||||
|
||||
Version 2.1.2
|
||||
04-12-2014
|
||||
|
||||
[Feature] - Added checksum all repositories.
|
||||
|
||||
[Updated] - Fix downloads modules.
|
||||
|
||||
Version 2.1.1
|
||||
01-12-2014
|
||||
|
||||
[Feature] - Added options in /etc/slpkg/slpkg.conf file to select
|
||||
repositories.
|
||||
- Added options to skip unsupported and untested packages.
|
||||
|
||||
[Updated] - Bugfix TypeError for unsupported/untested sbo packages.
|
||||
|
||||
Version 2.1.0
|
||||
28-11-2014
|
||||
|
||||
[Updated] - Fix change build path.
|
||||
- Fix creating directories if not exists.
|
||||
- Added Studioware repository.
|
||||
|
||||
Version 2.0.9
|
||||
26-11-2014
|
||||
|
||||
[Updated] - Fix setup.py to install configuration files after checksum.
|
||||
- Fix view slpkg config file.
|
||||
|
||||
Version 2.0.8
|
||||
25-11-2014
|
||||
|
||||
[Updated] - Added more options in slpkg configuration file.
|
||||
|
||||
Version 2.0.7
|
||||
22-11-2014
|
||||
|
||||
[Feature] - Added more option in slpkg.conf file.
|
||||
- Added slackware-mirrors file in /etc/slpkg
|
||||
|
||||
[Updated] - Fix upgrade Slackware packages if installed.
|
||||
|
||||
Version 2.0.6
|
||||
18-11-2014
|
||||
|
||||
[Updated] - Fix setup.py file
|
||||
|
||||
Version 2.0.5
|
||||
18-11-2014
|
||||
|
||||
[Feature] - Added /etc/slpkg.conf file.
|
||||
- Move "--current" switch in /etc/slpkg.conf file.
|
||||
- Added local PACKAGES.TXT for Slackware repository.
|
||||
- Added options to view package description.
|
||||
- Added all repositories in tracking dependencies options '-t'.
|
||||
- Added configuration file managment
|
||||
|
||||
[Updated] - Bugfix upgrading binary packages.
|
||||
|
||||
2.0.4 - 07/11/2014
|
||||
Added:
|
||||
- Robby Workman, Alien Bob (Eric Hameleers) and slacky.eu repositories
|
||||
Fixed:
|
||||
- Remove list reference
|
||||
|
||||
2.0.3 - 29/10/2014
|
||||
Fixed:
|
||||
- Arguments.
|
||||
- Spenedencies log
|
||||
- Pydoc pager
|
||||
- List packaging paging
|
||||
|
||||
2.0.2 - 21/10/2014
|
||||
Fixed:
|
||||
- Source code
|
||||
|
||||
2.0.1 - 20/10/2014
|
||||
Fixed:
|
||||
- Bugfix md5 checksum failed
|
||||
- Download all sources before build in view options
|
||||
|
||||
2.0.0 - 15/10/2014
|
||||
Fixed:
|
||||
- Align PEP8 code style
|
||||
- SBo arch
|
||||
- Package splitting
|
||||
|
||||
1.9.9 - 11/10/2014
|
||||
Added:
|
||||
- Queue options
|
||||
|
||||
1.9.8 - 07/10/2014
|
||||
Fixed:
|
||||
- Source code update
|
||||
|
||||
1.9.7 - 06/10/2014
|
||||
Fixed:
|
||||
- Bugfix UnboundLocalError: local variable 'arch' referenced before assignment
|
||||
|
||||
1.9.6 - 04/10/2014
|
||||
FIxed:
|
||||
- Bugfix install packages from slack repo
|
||||
|
||||
1.9.5 - 04/10/2014
|
||||
Fixed:
|
||||
- Added 'aaa_elflibs' in blacklist
|
||||
- Current version upgrade only installed packages
|
||||
- Gzip man page in setup.py
|
||||
- Install blacklist configuration file through setup.py
|
||||
- Added Gb unit in slack repo
|
||||
|
||||
1.9.4 - 01/10/2014
|
||||
Added:
|
||||
- Support install packages from Slackware current (version) repository
|
||||
- Support upgrade current version. (Upgrade all Slackware current tree)
|
||||
Fixed:
|
||||
- Arguments
|
||||
|
||||
1.9.3 - 29/09/2014
|
||||
Added:
|
||||
- Blacklist configuration file
|
||||
- Blacklist options
|
||||
|
||||
1.9.2 - 27/09/2014
|
||||
Fixed:
|
||||
- Remove argparse
|
||||
- Create downloader module with wget
|
||||
|
||||
1.9.9 - 25/09/2014
|
||||
Fixed:
|
||||
- Bugfix v1.9.0 no update slackbuilds packages
|
||||
- Arch in sbo upgrade
|
||||
|
||||
1.9.0 - 24/09/2014
|
||||
Fixed:
|
||||
- Arguments.
|
||||
- Replace less command with pydoc
|
||||
|
||||
1.8.9 - 23/09/2014
|
||||
Added:
|
||||
- Short description
|
||||
- View matching packages from SBo repostirory
|
||||
Fixed:
|
||||
- Open-close files as SLACKBUILDS.TXT
|
||||
|
||||
1.8.8 - 22/09/2014
|
||||
Fixed:
|
||||
- Alignment viewing packages
|
||||
- Build time
|
||||
Added:
|
||||
- Search dependencies from local SLACKBUILDS.TXT file
|
||||
|
||||
1.8.7 - 19/09/2014
|
||||
Fixed:
|
||||
- Build time
|
||||
|
||||
1.8.6 - 14/09/2014
|
||||
Fixed:
|
||||
- Correction of reference installing or upgrading
|
||||
- Updated find installed packages
|
||||
Added:
|
||||
- Print total file size of installed packages
|
||||
- Highlight upgraded packages from slack repo
|
||||
|
||||
1.8.5 - 13/09/2014
|
||||
Fixed:
|
||||
- Convert kb to mb
|
||||
- Build sources with spaces in filenames like "Sublime Text 2.0.2 x64.tar.bz2"
|
||||
|
||||
1.8.4 - 10/09/2014
|
||||
Added:
|
||||
- MD5SUM check file
|
||||
- Build time
|
||||
|
||||
1.8.3 - 08/09/2014
|
||||
Fixed:
|
||||
- Messages
|
||||
|
||||
1.8.2 - 08/09/2014
|
||||
Fixed:
|
||||
- Resolving dependencies '-c sbo upgrade' option
|
||||
- Update sbo summarys
|
||||
Added:
|
||||
- Build log file
|
||||
|
||||
Version 1.8.1
|
||||
1.8.1 - 04/09/2014
|
||||
Fixed:
|
||||
- Install.sh script to install wget download tar.gz archive file
|
||||
- Install packages like adobe-reader
|
||||
|
||||
1.8.0 - 02-09-2014
|
||||
Fixed:
|
||||
- Arch view dependencies in action -s sbo <package>
|
||||
- Find packages with version in action -s sbo <package>
|
||||
- Remove to remove packages after download because not useful
|
||||
- Download the some package and wget -N command not working
|
||||
|
||||
1.7.9 - 30/08/2014
|
||||
Added:
|
||||
- Extra and pasture packages from official Slackware tree
|
||||
- Install.sh script
|
||||
Fixed:
|
||||
- Remove destination file after copy to sbo script directory
|
||||
- Fix appearance build tag, the packages that do not include
|
||||
- _slack tag
|
||||
|
||||
1.7.8 - 28/08/2014
|
||||
Fixed:
|
||||
- ImportError: No module named __metadata__
|
||||
|
||||
1.7.7 - 26/08/2014
|
||||
Fixed:
|
||||
- Install noarch packages from SBo repository
|
||||
- Avoid '%README%' as dependency
|
||||
- Arguments
|
||||
- Messages
|
||||
|
||||
1.7.6 - 25/08/2014
|
||||
Fixed:
|
||||
- IndexError '-aa' in cli argparseoptions
|
||||
- Arch's
|
||||
Added:
|
||||
- Upgrade all SBo packages
|
||||
|
||||
1.7.5 - 22/08/2014
|
||||
Added:
|
||||
- Report of packages will be installed the options `slpkg -s sbo <package>`,
|
||||
`slpkg -s slack <package>`, `slpkg -c slack upgrade`
|
||||
Fixed:
|
||||
- Mirrors for Slackware x86
|
||||
|
||||
1.7.4 - 17/08/2014
|
||||
Fixed:
|
||||
- Bugfix NameError: global name 'getpass' is not defined
|
||||
Added:
|
||||
- Downloaded .asc files to upgrade or install packages from Slackware tree
|
||||
- Calculate file sizes in the process of installing
|
||||
- Packages or upgrading from Slackware mirrors
|
||||
|
||||
1.7.3 - 16/8/2014
|
||||
Fixed:
|
||||
- Sort the packets in the list view. We thank Dave for help https://github.com/wvragga.
|
||||
- Bugfix reinstall lilo after upgrading kernel.
|
||||
- Removed some code system and replaced with Python code.
|
||||
- Reinstall if packages exist and upgrading if not in options slpkg -s slack <packages>
|
||||
- New paths created, ChangeLog.txt saved in /var/log/slpkg and SLACKBUILDS.TXT in /var/lib/slpkg/sbo_repo
|
||||
- Upgrade initilazation method
|
||||
- Replace mkdir -p with os.mkdir and create directories only if not exists
|
||||
|
||||
1.7.2 - 13/08/2014
|
||||
Fixed:
|
||||
- Messages
|
||||
|
||||
1.7.1 - 11/08/2014
|
||||
Fixed:
|
||||
- Bugfix OSError: [Errno 2] No such file or directory: '/tmp/slpkg/patches/
|
||||
Added:
|
||||
- Change the way to search packages from slackbuilds.org.
|
||||
- The route search package eventually becomes found after ChangeLog.txt change.
|
||||
|
||||
1.7.0 - 09/08/2014
|
||||
Added:
|
||||
- Removes packages with all dependencies
|
||||
|
||||
1.6.9 - 04/08/2014
|
||||
Fixed:
|
||||
- Remove non-useful code
|
||||
- /tmp/slpkg/readme/ path create
|
||||
Added:
|
||||
- Build path, drop all packages in Slpkg_Build directory
|
||||
- Build and install packages only if new version available and
|
||||
- Package not installed (slpkg -s sbo)
|
||||
- Display installed packages in tracking dependencies
|
||||
|
||||
1.6.8 - 01-08-2014
|
||||
Fixed:
|
||||
- Grap http extra sources with space in line start like
|
||||
- Package EMBASSY
|
||||
- KeyboardInterrupt
|
||||
|
||||
1.6.7 - 31/07/2014
|
||||
Fixed:
|
||||
- Packages remove
|
||||
- OSError: [Errno 2] No such file or directory:
|
||||
- Messages
|
||||
|
||||
30-07-2014
|
||||
Version 1.6.6
|
||||
|
||||
[Updated] - Fix 'Wrong file' when build packages
|
||||
|
||||
1.6.5 - 28/07/2014
|
||||
Added:
|
||||
- Slack, noarch and other in list (slpkg -l)
|
||||
- Index in list (slpkg -l)
|
||||
- Install packages via official Slackware mirrors
|
||||
Fixed:
|
||||
- Messages
|
||||
|
||||
[Updated] - Arguments views
|
||||
|
||||
1.6.3 - 28/07/2014
|
||||
Fixed:
|
||||
- Messages
|
||||
- IndexError: tuple index out of range
|
||||
|
||||
1.6.3 - 27/07/2014
|
||||
Fixed:
|
||||
- Arguments
|
||||
- NameError: global name 'sp' is not defined
|
||||
|
||||
1.6.2 - 26-07-2014
|
||||
Added:
|
||||
- Distribution upgrade from official Slackware mirrors `slpkg -c slack upgrade`
|
||||
Fixed:
|
||||
- Change detection packages mode. 2x much faster
|
||||
- Messages
|
||||
|
||||
1.6.1 - 22/07/2014
|
||||
Fixed:
|
||||
- Fix messages
|
||||
- Package remove
|
||||
- Package find
|
||||
- Package print contents
|
||||
|
||||
1.6.0 - 21/07/2014
|
||||
Fixed:
|
||||
- Remove package (slpkg -r)
|
||||
- Added and fix messages
|
||||
- Create __metadata__
|
||||
|
||||
1.5.9 - 18-07-2014
|
||||
Fixed:
|
||||
- Create sub-modules
|
||||
|
||||
1.5.8 - 18-07-2014
|
||||
Fixed:
|
||||
- Report packages before removed (slpkg -r)
|
||||
|
||||
1.5.7 - 17-07-2014
|
||||
Fixed:
|
||||
- IndentationError: expected an indented block
|
||||
|
||||
1.5.6 - 17/07/2014
|
||||
Added:
|
||||
- Setuptools as secondary installer
|
||||
|
||||
1.5.5 - 15/07/2014
|
||||
Fixed:
|
||||
- Create slpkg.py module
|
||||
|
||||
1.5.4 - 13/07/2014
|
||||
Fixed:
|
||||
- Remove files in tmp directory after read
|
||||
|
||||
1.5.3 - 24/06/2014
|
||||
Fixed:
|
||||
- IOError: [Errno 13] Permission denied: (file = open("/tmp/slpkg/readme/" + name + site, "w"))
|
||||
|
||||
1.5.2 - 24/06/2014
|
||||
Fixed:
|
||||
- Urllib2.URLError: <urlopen error [Errno 111] Connection refused>
|
||||
|
||||
1.5.1 - 12/06/2014
|
||||
Fixed:
|
||||
- Return download link on architectures other x86_64
|
||||
|
||||
1.5.0 - 07/06/2014
|
||||
Fixed:
|
||||
- Download if server file is newer than local
|
||||
- Source code
|
||||
|
||||
1.4.9 - 06/06/2014
|
||||
Fixed:
|
||||
- Exit from loop after build in option 'network'
|
||||
- Source code
|
||||
|
||||
1.4.8 - 06/06/2014
|
||||
Fixed:
|
||||
- Print message to upgrade, install, reinstall and report files to removed
|
||||
|
||||
1.4.7 - 04/06/2014
|
||||
Added:
|
||||
- Download/build/install in choises (-n) network and (-c) check
|
||||
|
||||
1.4.6 - 05/06/2014
|
||||
Fixed:
|
||||
- Build noarch packages
|
||||
|
||||
1.4.5 - 04/06/2014
|
||||
Added:
|
||||
- Support ftp links
|
||||
- Report already installed packages
|
||||
|
||||
1.4.4 - 03/06/2014
|
||||
Added:
|
||||
- Support ALL extra sources
|
||||
Fixed:
|
||||
- Out of range in SBo version link with filename
|
||||
|
||||
1.4.3 - 03/06/2014
|
||||
Fixed:
|
||||
- Avoid build packages with more than four arguments.
|
||||
|
||||
1.4.2 - 03/06/2014
|
||||
Fixed:
|
||||
- Avoid build package if already installed
|
||||
- Download if file already installed
|
||||
|
||||
1.4.1 - 31/05/2014
|
||||
Fixed:
|
||||
- Avoid download package if already installed
|
||||
|
||||
1.4.0 - 30/05/2014
|
||||
Fixed:
|
||||
- Install SBo packages with different tag
|
||||
- Avoid build and install already installed packages
|
||||
|
||||
1.3.9 - 30/05/2014
|
||||
Fixed:
|
||||
- Remove to search for SBo script no needed
|
||||
- New naming the arguments
|
||||
- Source code
|
||||
|
||||
1.3.8 - 30/05/2014
|
||||
Fixed:
|
||||
- No dependencies found
|
||||
|
||||
1.3.7 - 29/05/2014
|
||||
Fixed:
|
||||
- Link filename with version
|
||||
|
||||
1.3.6 - 28/05/2014
|
||||
Added:
|
||||
- Download package with all dependencies build and install all
|
||||
|
||||
1.3.5 - 24/05/2014
|
||||
Fixed:
|
||||
- Print out "no dependecies" tracking function
|
||||
- Confirmation delete packages
|
||||
|
||||
1.3.4 - 23/05/2014
|
||||
Fixed:
|
||||
- (sre_constants.error) recognize package names with special characters
|
||||
|
||||
1.3.3 - 22/05/2014
|
||||
Added:
|
||||
- Download and build package
|
||||
|
||||
1.3.2 - 22/05/2014
|
||||
Added:
|
||||
- View info and SlackBuild file
|
||||
Fixed:
|
||||
- Bbuild arguments messages
|
||||
- TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' in sbo_requires_pkg function (sbo_url = sbo_url + name + ".info")
|
||||
|
||||
1.3.1 - 21/05/2014
|
||||
Added:
|
||||
- View README file
|
||||
|
||||
1.3.0 - 21/05/2014
|
||||
Fixed:
|
||||
- Argparse view
|
||||
|
||||
1.2.9 - 21/05/2014
|
||||
Added:
|
||||
- Tracking dependencies
|
||||
|
||||
1.2.8 - 20/05/2014
|
||||
Added:
|
||||
- Download package from www.slackbuild.org
|
||||
- Support build packages with extra sources
|
||||
|
||||
1.2.7 - 20/05/2014
|
||||
Fixed:
|
||||
- Overwrite code into functions
|
||||
|
||||
1.2.6 - 20/05/2014
|
||||
Fixed:
|
||||
- Better code, better speed... enjoy !!!
|
||||
|
||||
1.2.5 - 19/05/2014
|
||||
- Fix download source x86_64 arcitecture
|
||||
|
||||
1.2.4 - 19/05/2014
|
||||
Added:
|
||||
- Download source code by pc arcitecture
|
||||
|
||||
1.2.3 - 19-05-2014
|
||||
Fixed:
|
||||
- Check packages for updates
|
||||
Added:
|
||||
- Progress bar to searching
|
||||
|
||||
1.2.2 - 19/05/2014
|
||||
Fixed:
|
||||
- Libraries repository
|
||||
|
||||
1.2.1 - 19/05/2014
|
||||
Fixed:
|
||||
- Functions
|
||||
|
||||
1.2.0 - 17/05/2014
|
||||
Added:
|
||||
- If your packages from www.slackbuilds.org is up to date
|
||||
|
||||
1.1.9 - 17/05/2014
|
||||
Fixed:
|
||||
- Notify message if exist package in fuction remove
|
||||
|
||||
1.1.8 - 17/05/2014
|
||||
Added:
|
||||
- Check root user
|
||||
Fixed:
|
||||
- Find and display packages
|
||||
|
||||
1.1.7 - 16-05-2014
|
||||
Fixed:
|
||||
- Functions
|
||||
|
||||
1.1.6 - 15-05-2014
|
||||
Fixed:
|
||||
- Removed stupid option binary search
|
||||
|
||||
1.1.5 - 15/05/2014
|
||||
Added:
|
||||
- Multi install, upgrade, remove and find packages
|
||||
- Find from network slackbuilds links and sources
|
||||
|
||||
1.1.4 - 14/05/2014
|
||||
Fixed:
|
||||
- Function sbo_requires_pkg do not use .txt file
|
||||
|
||||
1.1.3 - 14-05-2014
|
||||
Added:
|
||||
- Find requirements package from www.slackbuild.org
|
||||
|
||||
1.1.2 - 13/05/2014
|
||||
Added:
|
||||
- Find already binary packages in /tmp directory
|
||||
|
||||
1.1.1 - 13/05/2014
|
||||
Fixed:
|
||||
- List print out
|
||||
|
||||
1.1.0 - 12-05-2014
|
||||
Added:
|
||||
- Search from SBo and print link for download
|
||||
|
||||
1.0.9 - 12/05/2014
|
||||
Fixed:
|
||||
- Warning messages amd colors print out
|
||||
|
||||
1.0.8 - 12/05/2014
|
||||
Added:
|
||||
- Signle install argument
|
||||
- Two options in list argument
|
||||
Fixed:
|
||||
- Fix arguments
|
||||
|
||||
1.0.7 - 11/05/2014
|
||||
Fixed:
|
||||
- Null arguments
|
||||
|
||||
1.0.6 - 11/05/2014
|
||||
Fixed:
|
||||
- Updated slackbuild argument
|
||||
|
||||
1.0.5 - 10/05/2014
|
||||
Added:
|
||||
- Auto build package choice
|
||||
Fixed:
|
||||
- Man page and README.rst file
|
||||
|
||||
1.0.3 - 10/05/2014
|
||||
Added:
|
||||
- Function find_package
|
||||
|
||||
1.0.2 - 10/05/2014
|
||||
Fixed:
|
||||
- setup.py file
|
||||
- Man page slpkg.8 gziped
|
||||
|
||||
1.0.1 - 09-05-2014
|
||||
Added:
|
||||
- Support install man page
|
||||
|
||||
1.0.0 - 09/05/2014
|
||||
Added:
|
||||
- Added man page
|
||||
|
||||
0.0.3 - 09/05/2014
|
||||
Added:
|
||||
- Support warning message if remove package
|
||||
- Replace remove command
|
||||
|
||||
0.0.2 - 08/05/2014
|
||||
Added:
|
||||
- Support reinstall package
|
||||
Fixed:
|
||||
- Version print out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
0.0.1 - 07/05/2014
|
||||
Notes:
|
||||
- Released version 0.0.1, developmnet status Aplha
|
||||
|
|
Loading…
Add table
Reference in a new issue