Revisions of urlwatch

buildservice-autocommit accepted request 784830 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 34)
baserev update by copy to link target
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 781415 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 33)
- This is a python3 application, so there's no need to require python2
  packages. Also, add a missing python3-cssselect dependency and make
  python3-keyring a recommndation since it's not really required
  (it seems to be used only to store the smtp password when enabled)
buildservice-autocommit accepted request 694199 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 32)
baserev update by copy to link target
Karol Babioch's avatar Karol Babioch (kbabioch) accepted request 694174 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 31)
- Update to 2.17:
  Added:
  * XPath/CSS: Support for excluding elements (#333, by Chenfeng Bao)
  * Add support for using external diff_tool on Windows (#373, by Chenfeng Bao)
  * Document how to use Amazon Simple E-Mail Service "SES" (by mborsetti)
  * Compare data with multiple old versions (compared_versions, #328, by Chenfeng Bao)
  Fixed:
  * YAML: Fix deprecation warnings (#367, by Florent Aide)
  * Updated manpage with new options: Authentication, filter tests (Fixes #351)
  * Text formatter: Do not emit empty lines for line_length=0 (Fixes #357)
  Changed:
  * SMTP configuration fix: Only use smtp.user config if it's a non-empty value
buildservice-autocommit accepted request 668992 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 30)
baserev update by copy to link target
Karol Babioch's avatar Karol Babioch (kbabioch) accepted request 668990 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 29)
- Update to 2.16:
  * Added XPath: Handle /text() selector (#282)
  * Added document how to specify cookies to README.md (#264)
  * Added text Reporter: minimal config option to only print a summary (PR#304, fixes #147)
  * Added README.md: Document how to watch Github releases via XPath (#266)
  * Added jupport for parsing XML/RSS with XPath (Fixes #281)
  * Allow explicit setting of encoding for URL jobs (PR#313, contributes to #306)
  * Added Slack Channel Reporter (PR#309)
  * Added ANSI color output on the Windows console via colorama (PR#296, closes #295)
  * Added support for using CSS selectors via the cssselect module (PR#321, closes 273)
  * ignore_http_error_codes is now an option for URL jobs (PR#325, fixes #203)
  * Added job_defaults in the config for globally specifying settings (PR#345, closes #253)
  * Added Optional timeout (in seconds) for URL jobs to specify socket timeout (PR#348, closes #340)
  * Remvoed support for JSON storage (dead code that was never used in production; PR#336)
  * HtmlReporter now also highlights links for browser jobs (PR#303)
  * Allow --features and --edit-* to run without urls.yaml (PR#301)
  * When a previous run had errors, do not use conditional GETs (PR#313, fixes #292)
  * Explicitly specify JSON pretty print separators for consistency (PR#343)
  * Use data-driven unit tests/fixtures for easier unit test maintenance (PR#344)
  * Fix migration issues with case-insensitive filesystems (#223)
  * Correctly reset retry counter when job is added or unchanged (PR#291, PR#314)
  * Fix a FutureWarning on Python 3.7 with regard to regular expressions (PR#299)
  * If the filter list is empty, do not process the filter list (PR#308)
  * Fix parsing/sanity-checking of urls.yaml after editing (PR#317, fixes #316)
  * Fix Python 3.3 compatibility by depending on enum34 there (PR#311)
  * Fix migration issues introduced by PR#180 and #256 (PR#323, fixes #267)
buildservice-autocommit accepted request 644180 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 28)
baserev update by copy to link target
Karol Babioch's avatar Karol Babioch (kbabioch) accepted request 644179 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 27)
- Update to 2.15:
  * Added support for Mailgun regions (by Daniel Peukert, PR#280)
  * Added allowing multiple occurences of 'filter' when adding jobs in CLI (PR#278)
  * Fixed incorrect name for chat_id config in the default config (by Robin B, PR#276)
buildservice-autocommit accepted request 642028 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 26)
baserev update by copy to link target
Karol Babioch's avatar Karol Babioch (kbabioch) accepted request 642026 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 25)
- Added missing runtime dependency: python3-lxml (bsc#1111796)
buildservice-autocommit accepted request 632968 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 24)
baserev update by copy to link target
Karol Babioch's avatar Karol Babioch (kbabioch) accepted request 632966 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 23)
- Update to 2.14:
  * Added filter to pretty-print JSON data: format-json (by Niko Böckerman, PR#250)
  * Added list active Telegram chats using --telegram-chats (with fixes by Georg Pichler, PR#270)
  * Added support for HTTP ETag header in URL jobs and If-None-Match (by Karol Babioch, PR#256)
  * Added xupport for filtering HTML using XPath expressions, with lxml (PR#274, Fixes #226)
  * Added install_dependencies to setup.py commands for easy installing of dependencies
  * Added ignore_connection_errors per-job configuration option (by Karol Babioch, PR#261)
  * Improved code (HTTP status codes, by Karol Babioch PR#258)
  * Improved documentation for setting up Telegram chat bots
  * Allow multiple chats for Telegram reporting (by Georg Pichler, PR#271)
buildservice-autocommit accepted request 614546 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 22)
baserev update by copy to link target
Karol Babioch's avatar Karol Babioch (kbabioch) accepted request 614544 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 21)
- Update to 2.13:
  * Added support for specifying a `diff_tool` (e.g. `wdiff`) for each job
  * Added support for testing filters via `--test-filter JOB`
  * Remove default parameter from internal `html2text` module (Fixes #239)
  * Better error/exception reporting in `--verbose` mode (Fixes #164)
- Update to 2.12:
  * Bugfix: Do not 'forget' old data if an exception occurs
buildservice-autocommit accepted request 611193 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 20)
baserev update by copy to link target
Karol Babioch's avatar Karol Babioch (kbabioch) accepted request 611192 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 19)
- Update to 2.11:
  * Retry: Make sure "tries" is initialized to zero on load
  * html2text: Make sure the bs4 method strips HTML tags (by Louis Sautier)
- Marked COPYING file as %license
buildservice-autocommit accepted request 610232 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 18)
baserev update by copy to link target
Karol Babioch's avatar Karol Babioch (kbabioch) committed (revision 17)
removed old tarball
Karol Babioch's avatar Karol Babioch (kbabioch) committed (revision 16)
- Update to 2.10:
  * File editing: Fix issue when $EDITOR contains spaces
  * Browser: Add support for browser jobs using requests-html
  * Retry: Add support for optional retry count in job list
  * HTTP: Add support for specifying optional headers
buildservice-autocommit accepted request 592807 from mrdocs's avatar mrdocs (revision 15)
baserev update by copy to link target
Displaying revisions 21 - 40 of 54
openSUSE Build Service is sponsored by