Skip to content

Releases: RonTamG/pyapt

v1.4.0

09 Aug 19:47
Compare
Choose a tag to compare

Features

  • added new merged script release build (62cc958)

v1.3.0

07 Aug 17:58
Compare
Choose a tag to compare

Features

  • added execute permissions to install.sh file in tar (cb6bb33)
  • install script uses new list in sources.list.d and updates only it (c9094c7)

v1.2.0

06 Aug 20:45
Compare
Choose a tag to compare

Features

  • added cleanup of install script (6259705)
  • install script now uses apt install from local repo (2ad0e3d)
  • removed change to Package keys names in index (0554468)

v1.1.0

31 Jul 15:57
Compare
Choose a tag to compare

Bug Fixes

  • fixed deprecation warnings in update regex (f07ce9a)

Features

  • added linter formatter and type checking (0e53ab5)

v1.0.0

25 Mar 19:48
Compare
Choose a tag to compare

Bug Fixes

  • changed url joins to use posixpath instead of os.path (95aba67)
  • main: names of existing files returned in download packages no longer include full path (2128d92)
  • packages: fixed appending to iterated list (c9dfe0b)
  • packages: fixed pre depends option not used in get package dependencies (ff9e291)

Features

  • added basic apt-get implementation (6b78439)
  • install: added create install script function (3c24053)
  • install: added refuse downgrade and no download (d1f1755)
  • main: added --with-required option (d093de9)
  • main: added deletion of temp directory after tar (727fc4f)
  • main: added keep update argument (e3931ee)
  • main: added no download of already existing file (54b2150)
  • main: added options to not download dependencies or recommended (4e1ded2)
  • main: added sources list argument (8952714)
  • main: added support for multiple package downloads (6c64443)
  • main: added temp folder argument (3753564)
  • main: changed progress bar to use ansi escape chars (2edf024)
  • main: refactored apt download implementation (9354e82)
  • name: added progress bars to update and package downloads (17e7ba6)
  • packages: added get package dependencies (5fb0a84)
  • packages: added get package url (80aa715)
  • packages: removed packages with priority required or importand by default (4d64ebd)
  • update: added an apt source field to packages in index (db882f9)
  • update: added apt sources from url function (b4877f6)
  • update: added debian version comparison (f9dfb43)
  • update: added index dictionary generation (b97e069)
  • update: added index url generation (70dda2f)
  • update: added release url generation (8039647)
  • update: added source list parsing (2b88bfd)
  • update: added split debian version function (dd4eaeb)
  • update: added support for virtual packages (b83e941)
  • update: added test for multiline fields in index generation (1e34131)
  • update: added url into saved file name (d760481)
  • update: changed index creation to include only latest versions (335730b)