Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

urlwatch-2.9-bp153.1.14 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: urlwatch Distribution: SUSE Linux Enterprise 15 SP3
Version: 2.9 Vendor: openSUSE
Release: bp153.1.14 Build date: Sat Mar 6 03:52:18 2021
Group: Productivity/Networking/Web/Utilities Build host: old-atreju5
Size: 208993 Source RPM: urlwatch-2.9-bp153.1.14.src.rpm
Packager: https://bugs.opensuse.org
Url: https://thp.io/2008/urlwatch/
Summary: A tool for monitoring webpages for updates
urlwatch is intended to help you watch changes in webpages and get
notified (via email, in your terminal or with a custom-written
reporter class) of any changes. The change notification will include
the URL that has changed and a unified diff of what has changed.


A default config is ~/.urlwatch/urlwatch.yaml.
use "urlwatch --edit-config" to customize it.

You need to create ~/.urlwatch/urls.yaml in order to use urlwatch.
Use "urlwatch --edit" to open the file with your editor.

Please look in

 /usr/share/doc/packages/urlwatch/README.md

 TIPS AND TRICKS what to use in urls.yaml.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Mar 26 2018 kbabioch@suse.com
  - Update to 2.9:
    * Pushover: Device and sound attribute
    * XDG: Move cache file to XDG_CACHE_DIR
    * E-Mail: Add support for --smtp-login and document GMail SMTP usage
    * Unconditionally migrate urlwatch 1.x cache dirs
* Wed Jan 31 2018 kbabioch@suse.com
  - Update to 2.8, please see
    /usr/share/doc/packages/urlwatch/ChangeLog
  - Added python3-appdirs as dependency
* Thu Jan 12 2017 mardnh@gmx.de
  - Update to 2.6
    * New filters: sha1sum, hexdump, element-by-class
    * New reporters: pushbullet; mailgun
    * Improved filters: BeautifulSoup support for html2txt
    * Improved handlers: HTTP Proxy; support for file:// URIs
    * CI Integration: Build configuration for Travis CI
    * Consistency: Feature list is now sorted by name
    * Issue #108: Fix creation of example files on first startup
    * Issue #118: Fix match filters for missing keys
    * Small fixes
* Tue Jul 12 2016 nemysis@openSUSE.org
  - Update to 2.5, please see
    /usr/share/doc/packages/urlwatch/ChangeLog
* Fri Feb 26 2016 nemysis@openSUSE.org
  - Change Requires use python3-minidb instead of minidb
* Wed Feb 24 2016 nemysis@openSUSE.org
  - Update to 2.1, please see
    /usr/share/doc/packages/urlwatch/ChangeLog
  - Change BuildRequires, changed by Upstream for python3-devel
  - Remove BuildRequires for fdupes, not need for it
  - Add BuildRequires for python3-setuptools
  - Add Requires for minidb, python-keyring, python3-PyYAML and
    python3-requests
  - Change Description
  - Add README.md to Documentation
* Tue Dec 01 2015 p.drouand@gmail.com
  - Update to version 1.18
    * Fallback to using pwd if os.getlogin() fails (fixes #2)
    * Handle HTTP compression (Content-encoding: gzip/deflate)
    * Add option to suppress output on stdout (-q/--quiet)
    * Allow customizing subject when sending e-mail (-S/--subject)
    * Added support for TLS and SMTP auth (-p/--pass, -T/--tls, -A/--auth)
    * Added support for specifying cache directory (-c/--cache)
    * Add support for HTTP Auth to urlwatch.handler (fixes #10)
* Sat Aug 02 2014 dmitry_r@opensuse.org
  - Initial package, version 1.17

Files

/usr/bin/urlwatch
/usr/lib/python3.6/site-packages/urlwatch
/usr/lib/python3.6/site-packages/urlwatch-2.9-py3.6.egg-info
/usr/lib/python3.6/site-packages/urlwatch-2.9-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/urlwatch-2.9-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/urlwatch-2.9-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/urlwatch-2.9-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/urlwatch-2.9-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/urlwatch/__init__.py
/usr/lib/python3.6/site-packages/urlwatch/__pycache__
/usr/lib/python3.6/site-packages/urlwatch/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/urlwatch/__pycache__/command.cpython-36.pyc
/usr/lib/python3.6/site-packages/urlwatch/__pycache__/config.cpython-36.pyc
/usr/lib/python3.6/site-packages/urlwatch/__pycache__/filters.cpython-36.pyc
/usr/lib/python3.6/site-packages/urlwatch/__pycache__/handler.cpython-36.pyc
/usr/lib/python3.6/site-packages/urlwatch/__pycache__/html2txt.cpython-36.pyc
/usr/lib/python3.6/site-packages/urlwatch/__pycache__/ical2txt.cpython-36.pyc
/usr/lib/python3.6/site-packages/urlwatch/__pycache__/jobs.cpython-36.pyc
/usr/lib/python3.6/site-packages/urlwatch/__pycache__/mailer.cpython-36.pyc
/usr/lib/python3.6/site-packages/urlwatch/__pycache__/main.cpython-36.pyc
/usr/lib/python3.6/site-packages/urlwatch/__pycache__/migration.cpython-36.pyc
/usr/lib/python3.6/site-packages/urlwatch/__pycache__/reporters.cpython-36.pyc
/usr/lib/python3.6/site-packages/urlwatch/__pycache__/storage.cpython-36.pyc
/usr/lib/python3.6/site-packages/urlwatch/__pycache__/util.cpython-36.pyc
/usr/lib/python3.6/site-packages/urlwatch/__pycache__/worker.cpython-36.pyc
/usr/lib/python3.6/site-packages/urlwatch/command.py
/usr/lib/python3.6/site-packages/urlwatch/config.py
/usr/lib/python3.6/site-packages/urlwatch/filters.py
/usr/lib/python3.6/site-packages/urlwatch/handler.py
/usr/lib/python3.6/site-packages/urlwatch/html2txt.py
/usr/lib/python3.6/site-packages/urlwatch/ical2txt.py
/usr/lib/python3.6/site-packages/urlwatch/jobs.py
/usr/lib/python3.6/site-packages/urlwatch/mailer.py
/usr/lib/python3.6/site-packages/urlwatch/main.py
/usr/lib/python3.6/site-packages/urlwatch/migration.py
/usr/lib/python3.6/site-packages/urlwatch/reporters.py
/usr/lib/python3.6/site-packages/urlwatch/storage.py
/usr/lib/python3.6/site-packages/urlwatch/util.py
/usr/lib/python3.6/site-packages/urlwatch/worker.py
/usr/share/doc/packages/urlwatch
/usr/share/doc/packages/urlwatch/COPYING
/usr/share/doc/packages/urlwatch/ChangeLog
/usr/share/doc/packages/urlwatch/README.md
/usr/share/man/man1/urlwatch.1.gz
/usr/share/urlwatch
/usr/share/urlwatch/examples
/usr/share/urlwatch/examples/hooks.py.example
/usr/share/urlwatch/examples/urls.yaml.example


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024