Package Details: aur-auto-vote-git r150.3a626c5-1

Git Clone URL: https://aur.archlinux.org/aur-auto-vote-git.git (read-only, click to copy)
Package Base: aur-auto-vote-git
Description: Automates voting on installed and uninstalled AUR packages
Upstream URL: https://github.com/cryzed/bin
Licenses: MIT
Submitter: Faerbit
Maintainer: Faerbit
Last Packager: Faerbit
Votes: 541
Popularity: 20.83
First Submitted: 2016-07-09 19:49 (UTC)
Last Updated: 2022-02-14 21:44 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

Faerbit commented on 2019-01-28 12:32 (UTC)

Please report upstream issues upstream.

xzz53 commented on 2019-01-28 12:30 (UTC) (edited on 2019-01-28 12:30 (UTC) by xzz53)

Recent beautifulsoup update ([2019-01-26 19:42] [ALPM] installed python-soupsieve (1.7.3-1) [2019-01-26 19:42] [ALPM] upgraded python-beautifulsoup4 (4.6.3-1 -> 4.7.1-1)) has broken selectors:

 File "/usr/bin/aur-auto-vote", line 127, in <module>
    main(arguments)
  File "/usr/bin/aur-auto-vote", line 86, in main
    voted_packages = tuple(p.name for p in sorted(get_voted_packages(session)))
  File "/usr/bin/aur-auto-vote", line 50, in get_voted_packages
    package = Package(*(c.get_text(strip=True) for c in row.select('> td')[1:]))
  File "/usr/lib/python3.7/site-packages/bs4/element.py", line 1376, in select
    return soupsieve.select(selector, self, namespaces, limit, **kwargs)
  File "/usr/lib/python3.7/site-packages/soupsieve/__init__.py", line 108, in select
    return compile(select, namespaces, flags).select(tag, limit)
  File "/usr/lib/python3.7/site-packages/soupsieve/__init__.py", line 59, in compile
    return cp._cached_css_compile(pattern, namespaces, flags)
  File "/usr/lib/python3.7/site-packages/soupsieve/css_parser.py", line 192, in _cached_css_compile
    CSSParser(pattern, flags).process_selectors(),
  File "/usr/lib/python3.7/site-packages/soupsieve/css_parser.py", line 894, in process_selectors
    return self.parse_selectors(self.selector_iter(self.pattern), index, flags)
  File "/usr/lib/python3.7/site-packages/soupsieve/css_parser.py", line 778, in parse_selectors
    sel, m, has_selector, selectors, relations, is_pseudo, index
  File "/usr/lib/python3.7/site-packages/soupsieve/css_parser.py", line 614, in parse_combinator
    "The combinator '{}' at postion {}, must have a selector before it".format(combinator, index)
SyntaxError: The combinator '>' at postion 0, must have a selector before it

Faerbit commented on 2016-11-27 20:35 (UTC) (edited on 2016-11-27 20:36 (UTC) by Faerbit)

>aur-auto-vote.service.skel failing integrity check. Fixed.

leosanvieira commented on 2016-11-27 20:32 (UTC)

aur-auto-vote.service.skel failing integrity check.

leosanvieira commented on 2016-10-08 17:28 (UTC)

Yeah, you're right, i forgot about that...

Faerbit commented on 2016-10-08 11:12 (UTC)

Fixed that too :) No I didn't change the package version since this is a git packge...

leosanvieira commented on 2016-10-05 13:23 (UTC)

These lines should be in the [Unit] section. Did you change the package version?, because pacaur doesn't seem to think there was an update at all.

Faerbit commented on 2016-10-04 14:40 (UTC)

Good idea. I didn't thought of this. Added it now.

leosanvieira commented on 2016-10-04 12:30 (UTC)

Hi, Shouldn't aur-auto-vote.service.skel file have the two lines below ? Because without these it only failed silently with me. Requires=network-online.target After=network-online.target