auto-patch


Nameauto-patch JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/RKrahl/auto-patch
SummaryAutomatically install security and other system updates
upload_time2025-08-09 15:33:07
maintainerNone
docs_urlNone
authorRolf Krahl
requires_python>=3.6
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |gh-test| |pypi|

.. |gh-test| image:: https://img.shields.io/github/actions/workflow/status/RKrahl/auto-patch/run-tests.yaml?branch=master
   :target: https://github.com/RKrahl/auto-patch/actions/workflows/run-tests.yaml
   :alt: GitHub Workflow Status

.. |pypi| image:: https://img.shields.io/pypi/v/auto-patch
   :target: https://pypi.org/project/auto-patch/
   :alt: PyPI version

Automatically install security and other system updates
=======================================================

This package provides a script to call zypper to install security and
other system updates.  It also provides systemd unit files to
automatically call that script regularly.

Since the script depends on zypper, it will probably only work for
SUSE distributions (openSUSE and SLES).


System requirements
-------------------

Python:

+ Python 3.6 or newer.

External programs:

+ `zypper`_

Required library packages:

+ `setuptools`_

+ `python-systemd`_

  Note: it is recommended to install this from the package repository
  of your Linux distribution, e.g. on openSUSE and SLE, run something
  like `zypper install python3-systemd`.  If you need to install it
  from PyPI, please note that the package name there is `systemd-python`_.

Optional library packages:

+ `git-props`_

  This package is used to extract some metadata such as the version
  number out of git, the version control system.  All releases embed
  that metadata in the distribution.  So this package is only needed
  to build out of the plain development source tree as cloned from
  GitHub, but not to build a release distribution.

+ `pytest`_ >= 3.0

  Only needed to run the test suite.

+ `distutils-pytest`_

  Only needed to run the test suite.


Copyright and License
---------------------

Copyright 2020–2025 Rolf Krahl

Licensed under the `Apache License`_, Version 2.0 (the "License"); you
may not use this package except in compliance with the License.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.  See the License for the specific language governing
permissions and limitations under the License.


.. _zypper: https://github.com/openSUSE/zypper
.. _setuptools: https://github.com/pypa/setuptools/
.. _python-systemd: https://github.com/systemd/python-systemd
.. _systemd-python: https://pypi.org/project/systemd-python/
.. _git-props: https://github.com/RKrahl/git-props
.. _pytest: https://pytest.org/
.. _distutils-pytest: https://github.com/RKrahl/distutils-pytest
.. _Apache License: https://www.apache.org/licenses/LICENSE-2.0

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RKrahl/auto-patch",
    "name": "auto-patch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rolf Krahl",
    "author_email": "rolf@rotkraut.de",
    "download_url": "https://files.pythonhosted.org/packages/2e/36/1aed3a148a7657d46741bd9d25547ee641b87380142a2b113660c2dca379/auto-patch-1.1.1.tar.gz",
    "platform": null,
    "description": "|gh-test| |pypi|\n\n.. |gh-test| image:: https://img.shields.io/github/actions/workflow/status/RKrahl/auto-patch/run-tests.yaml?branch=master\n   :target: https://github.com/RKrahl/auto-patch/actions/workflows/run-tests.yaml\n   :alt: GitHub Workflow Status\n\n.. |pypi| image:: https://img.shields.io/pypi/v/auto-patch\n   :target: https://pypi.org/project/auto-patch/\n   :alt: PyPI version\n\nAutomatically install security and other system updates\n=======================================================\n\nThis package provides a script to call zypper to install security and\nother system updates.  It also provides systemd unit files to\nautomatically call that script regularly.\n\nSince the script depends on zypper, it will probably only work for\nSUSE distributions (openSUSE and SLES).\n\n\nSystem requirements\n-------------------\n\nPython:\n\n+ Python 3.6 or newer.\n\nExternal programs:\n\n+ `zypper`_\n\nRequired library packages:\n\n+ `setuptools`_\n\n+ `python-systemd`_\n\n  Note: it is recommended to install this from the package repository\n  of your Linux distribution, e.g. on openSUSE and SLE, run something\n  like `zypper install python3-systemd`.  If you need to install it\n  from PyPI, please note that the package name there is `systemd-python`_.\n\nOptional library packages:\n\n+ `git-props`_\n\n  This package is used to extract some metadata such as the version\n  number out of git, the version control system.  All releases embed\n  that metadata in the distribution.  So this package is only needed\n  to build out of the plain development source tree as cloned from\n  GitHub, but not to build a release distribution.\n\n+ `pytest`_ >= 3.0\n\n  Only needed to run the test suite.\n\n+ `distutils-pytest`_\n\n  Only needed to run the test suite.\n\n\nCopyright and License\n---------------------\n\nCopyright 2020\u20132025 Rolf Krahl\n\nLicensed under the `Apache License`_, Version 2.0 (the \"License\"); you\nmay not use this package except in compliance with the License.\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\nimplied.  See the License for the specific language governing\npermissions and limitations under the License.\n\n\n.. _zypper: https://github.com/openSUSE/zypper\n.. _setuptools: https://github.com/pypa/setuptools/\n.. _python-systemd: https://github.com/systemd/python-systemd\n.. _systemd-python: https://pypi.org/project/systemd-python/\n.. _git-props: https://github.com/RKrahl/git-props\n.. _pytest: https://pytest.org/\n.. _distutils-pytest: https://github.com/RKrahl/distutils-pytest\n.. _Apache License: https://www.apache.org/licenses/LICENSE-2.0\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Automatically install security and other system updates",
    "version": "1.1.1",
    "project_urls": {
        "Download": "https://github.com/RKrahl/auto-patch/releases/1.1.1/",
        "Homepage": "https://github.com/RKrahl/auto-patch",
        "Source": "https://github.com/RKrahl/auto-patch"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2e361aed3a148a7657d46741bd9d25547ee641b87380142a2b113660c2dca379",
                "md5": "cecbc21aca05f0b9e84aacabb3bdeb50",
                "sha256": "0475da43e2a975c2d474276de3b54da474db92788e221d4c4a8540c15c2ebcc0"
            },
            "downloads": -1,
            "filename": "auto-patch-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cecbc21aca05f0b9e84aacabb3bdeb50",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 18661,
            "upload_time": "2025-08-09T15:33:07",
            "upload_time_iso_8601": "2025-08-09T15:33:07.970073Z",
            "url": "https://files.pythonhosted.org/packages/2e/36/1aed3a148a7657d46741bd9d25547ee641b87380142a2b113660c2dca379/auto-patch-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-09 15:33:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RKrahl",
    "github_project": "auto-patch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "auto-patch"
}
        
Elapsed time: 0.83476s