100 Commits

Author SHA1 Message Date
James Lu
7c3c90ee37 Bump version to 2016.07.03+git 2016-07-03 12:49:10 -07:00
James Lu
1e96e5fd80 Bump version to 2016.07.03 2016-07-03 12:49:04 -07:00
James Lu
413a9961d4 PkgInfo: tweaks to 'centos'
Make repository name optional, so they can be listed if only the release number is given. Fix --exact and add a --startswith filter option for packages.
2016-06-14 19:43:48 -07:00
James Lu
274027c94a Bump version to 2016.05.15+git 2016-05-15 10:28:42 -07:00
James Lu
f2d9a3a3ff Bump version to 2016.05.15 2016-05-15 10:28:39 -07:00
James Lu
865b15aab1 PkgInfo: raise timeout for tests 2016-05-09 18:25:49 -07:00
James Lu
52c08a77b9 PkgInfo: move squeeze to debian-archive 2016-04-21 19:14:22 -07:00
James Lu
bb1ed2eda8 Bump version to 2016.02.28.1+git 2016-03-04 16:39:58 -08:00
James Lu
177eefa0a3 plugins: update my email 2016-03-04 16:36:16 -08:00
James Lu
eb4f2b31e9 Bump version to 2016.02.28.1 2016-03-04 15:28:14 -08:00
James Lu
826f55f5a8 PkgInfo: simplify 'linuxmint' with new-style wrap
Also, update copyright year.
2016-02-05 20:32:05 -08:00
James Lu
5861d5b15d PkgInfo: sort 'archlinux' output and show repo when in verbose mode 2016-02-05 20:21:25 -08:00
James Lu
2cfdb46708 PkgInfo: add "xenial" to Ubuntu codenames, drop "lucid" and "utopic" (lookup no longer available) 2015-10-31 17:09:56 -07:00
James Lu
97c8238554 Bump version to 2015.09.19, restore OperUp 2015-09-19 23:00:29 -07:00
James Lu
ec289ba456 Bump version to 2015.09.04 2015-09-04 20:27:27 -07:00
James Lu
976e273c67 PkgInfo: fix error handling in 'pkgsearch' 2015-07-29 05:35:51 -07:00
James Lu
c5f5c101e3 Bump version to 2015.07.25 2015-07-25 15:22:27 -07:00
James Lu
c4c0615931 PkgInfo: allow spaces in 'freebsd' query since we search descriptions too 2015-06-29 20:42:42 -07:00
James Lu
003633f323 PkgInfo: remove unused variables and update README 2015-06-29 18:35:47 -07:00
James Lu
c1b61cb51c PkgInfo: move _getDistro and some variables outside the main class
These don't ever change, so initializing them once in every instance is pointless.
2015-06-29 15:28:01 -07:00
James Lu
48d900b6f5 PkgInfo: more consistency in pluralization and "View more at" URLs 2015-06-29 15:23:46 -07:00
James Lu
14a5e4382d PkgInfo: add command to search FreeBSD Ports
Closes #32.
2015-06-29 14:57:01 -07:00
James Lu
7aec97bc79 PkgInfo: support CentOS 5 mirror paths 2015-06-11 11:08:50 -07:00
James Lu
79c0bd1bd5 PkgInfo: update README
[skip ci]
2015-06-10 19:34:11 -07:00
James Lu
c4540e2c6f PkgInfo: CentOS support! Closes #31. 2015-06-10 19:23:21 -07:00
James Lu
7e363ef640 PkgInfo: add 'fedora' command (Closes #28) 2015-06-10 18:33:23 -07:00
James Lu
026fd31813 PkgInfo.vlist: quick fix for Python 2 compatibility 2015-06-10 18:32:18 -07:00
James Lu
a6f5000c9a PkgInfo: split MadisonParser into its own class 2015-05-13 20:29:54 -07:00
James Lu
c3e62391ef PkgInfo: Rename 'archpkg' command to 'archlinux' 2015-05-09 17:26:43 -07:00
James Lu
8d15c8777c PkgInfo: rename 'mintpkg' command to 'linuxmint' 2015-05-09 17:25:14 -07:00
James Lu
7bb4cdee41 PkgInfo: Add Ubuntu 15.10 codename "wily" 2015-05-09 00:03:14 -07:00
James Lu
00d261cdd9 PkgInfo: Update README 2015-04-28 19:40:35 -07:00
James Lu
3a40aa144e Revert "PkgInfo: in pkgsearch, make <distro> optional"
This reverts commit 3e1960a51ef48cbe02d6664dbe17a8d6309c4b45.
2015-04-26 16:07:11 -07:00
James Lu
4bd17f2b38 PkgInfo: add archive.debian.net, remove ancient Ubuntu codenames, cleanup 2015-04-26 10:12:59 -07:00
James Lu
ee62782603 copyright year updates 2015-04-25 23:22:58 -07:00
James Lu
4151d88295 PkgInfo: fix a typo 2015-04-25 23:17:07 -07:00
James Lu
2574872b9d PkgInfo: refactor 'pkg', rewrote --depends and added source lookup
* --recommends and --suggests are merged into --depends
* --source option is added, allows looking for build-dependencies too in conjunction with --depends!
* colorize --depends output based on dependency type; we now show all types of package relations in one command.
2015-04-25 23:06:54 -07:00
James Lu
2cc993ff54 PkgInfo: in 'pkg xyz --depends', preserve version/arch-specific dependencies
This prevents misleading duplicate results for packages that depend on different versions of the same package on different architectures.
2015-04-25 21:35:41 -07:00
James Lu
fcace4d5a3 Update test cases:
- FML/SupyMisc/WTE: use unittest.skipUnless() for handling --no-network
- Remove redundant 'import unittest'
2015-03-03 17:09:59 -08:00
James Lu
45249ef1e1 PkgInfo: add missing distribution debian/experimental 2015-02-20 20:39:04 -05:00
James Lu
c9d22a64bf PkgInfo: remove 'vlist --source' & update tests
This isn't the most useful feature since a normal 'vlist' lookup can also
find source packages when 'config plugins.PkgInfo.archs' is configured
correctly.
2015-01-30 20:54:06 -05:00
James Lu
3e1960a51e PkgInfo: in pkgsearch, make <distro> optional 2015-01-28 01:51:41 -05:00
James Lu
8f78bb28c0 PkgInfo: add codenames "buster" and "stretch" for Debian 2015-01-26 23:07:54 -05:00
GLolol
d0ff6c9a16 PkgInfo: add a notice for commands that only support Debian/Ubuntu lookup (pkg/pkgsearch/vlist) 2015-01-14 21:25:52 -08:00
GLolol
7d4b9cb9c2 FML/PkgInfo: update tests & travis files
- requirements.txt: Fetch testing branch of Limnoria
- travis.yml: drop python 3.2-3.3 from allow_failures,
  use --no-network with tests to prevent fails
2015-01-07 18:36:16 -08:00
James Lu
82b353a075 PkgInfo: Code cleanup & PEP8 compliancy
- Use supybot.utils.str.format() for correct pluralization of 'results'
- Better code readability
2014-12-28 22:45:11 -08:00
James Lu
fb00466e4c WTE/NoTrigger/OperUp/PkgInfo/Voteserv: update logging formatting 2014-12-13 11:35:12 -08:00
James Lu
f73028a0ed DDG/PkgInfo: Update tests 2014-12-11 18:39:59 -08:00
GLolol
736c5ad8b6 Merge branch 'pkginfo/parse-deps' 2014-12-07 13:57:43 -08:00
GLolol
44a5a8c7dd PkgInfo: catch the correct TimeoutError in tests 2014-12-07 13:57:13 -08:00