{ "info": { "author": "Timmo", "author_email": "contact@timmo.xyz", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# repoupdater\n\n[![GitHub Release][releases-shield]][releases]\n![Project Stage][project-stage-shield]\n[![License][license-shield]](LICENSE.md)\n\n[![Build Status][travis-shield]][travis]\n![Project Maintenance][maintenance-shield]\n[![GitHub Activity][commits-shield]][commits]\n\n[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]\n\nUpdate dependencies in your repositories.\n\n*This application was heavily based on [addonupdater] by\n [Ludeeus]. Big props to him for probably 90%+ of this project!*\n\n## Install\n\nTo install, just run:\n\n> **Requires Python version 3.5.3+**\n\n```bash\npython3 -m pip install --upgrade repoupdater --user\n```\n\n## Example\n\nThe following example will not commit anything since `--test` is enabled. This\n is good for testing you have the right repo and confirming before you commit.\n\n```bash\nrepoupdater --token AAAAAAAAAAAAAAAAAAAAA --repo timmo001/home-panel --apk --docker_path docker --test\n```\n\n```bash\nStarting update sequence for timmo001/home-panel\nChecking for apk updates\ncurl Already have the newest version 7.61.1-r1\ngit Already have the newest version 2.18.1-r0\nyarn Already have the newest version 1.7.0-r0\napk-tools Already have the newest version 2.10.1-r0\nbash Already have the newest version 4.4.19-r1\nbusybox Already have the newest version 1.28.4-r3\nca-certificates Already have the newest version 20171114-r3\nnginx Already have the newest version 1.14.2-r0\nnodejs-current Already have the newest version 9.11.1-r2\ntzdata Already have the newest version 2018f-r0\n:arrow_up: Updates tar to version 1.31-r0\nCreating new commit in master for timmo001/home-panel\n{'commit': Commit(sha=\"4085943979212b027cf7a8a92ed74501e8614e77\"), 'content': ContentFile(path=\"docker/Dockerfile\")}\nTest was enabled, skipping commit\n```\n\n## CLI options\n\nparam | alias | description\n-- | -- | --\n`--token` | `-T` | An GitHub Access token with `repo` permissions.\n`--repo` | `-R` | Name of the repo for the repository. eg. `myorg/myrepo`\n`--apk` | `-a` | Check for apk updates.\n`--pip` | `-p` | Check for pip updates.\n`--test` | `None` | If this flag is used commits will be omitted.\n`--verbose` | `None` | Print more stuff to the console.\n`--apk_version` | `None` | Target version of apk packages, like `3.9`.\n`--docker_path` | `-D` | Path to your `Dockerfile`. Leave this blank for the root directory.\n`--python_req_path` | `-P` | Path to your python `requirements.txt`. Leave this blank for the root directory.\n`--release` | `None` | Creates a new release this argument require release version eg. `v1.0.3`.\n`--fork` | `None` | Create a fork before creating a pull request, useful if you don't have access to the repo.\n`-pull_request` | `-PR` | Create a PR instead of pushing directly to master.\n\n***\n\n## Links\n\n[Contribution Guidelines][CONTRIBUTING]\n\n[Code of Conduct][CODE_OF_CONDUCT]\n\n## License\n\nMIT License\n\nCopyright (c) 2019 Timmo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n[addonupdater]: https://github.com/ludeeus/addonupdater\n[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg\n[buymeacoffee]: https://www.buymeacoffee.com/timmo\n[CODE_OF_CONDUCT]: https://github.com/timmo001/repoupdater/blob/master/.github/CODE_OF_CONDUCT.md\n[commits-shield]: https://img.shields.io/github/commit-activity/y/timmo001/repoupdater.svg\n[commits]: https://github.com/timmo001/repoupdater/commits/master\n[CONTRIBUTING]: https://github.com/timmo001/repoupdater/blob/master/.github/CONTRIBUTING.md\n[gitlabci-shield]: https://gitlab.com/timmo/repoupdater/badges/master/pipeline.svg\n[gitlabci]: https://gitlab.com/timmo/repoupdater/pipelines\n[hass]: https://www.home-assistant.io/\n[license-shield]: https://img.shields.io/github/license/timmo001/repoupdater.svg\n[ludeeus]: https://github.com/ludeeus\n[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg\n[microbadger]: https://microbadger.com/images/timmo001/repoupdater\n[midnight-theme]: https://raw.githubusercontent.com/timmo001/repoupdater/master/docs/resources/midnight-theme.png\n[more-info-dark]: https://raw.githubusercontent.com/timmo001/repoupdater/master/docs/resources/more-info-dark.png\n[more-info-light]: https://raw.githubusercontent.com/timmo001/repoupdater/master/docs/resources/more-info-light.png\n[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-orange.svg\n[pulls-shield]: https://img.shields.io/docker/pulls/timmo001/repoupdater.svg\n[releases-shield]: https://img.shields.io/github/release/timmo001/repoupdater.svg\n[releases]: https://github.com/timmo001/repoupdater/releases\n[travis-shield]: https://travis-ci.com/timmo001/repoupdater.svg?branch=master\n[travis]: https://travis-ci.com/timmo001/repoupdater\n[version-shield]: https://images.microbadger.com/badges/version/timmo001/repoupdater.svg", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/timmo001/repoupdater", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "repoupdater", "package_url": "https://pypi.org/project/repoupdater/", "platform": "", "project_url": "https://pypi.org/project/repoupdater/", "project_urls": { "Homepage": "https://github.com/timmo001/repoupdater" }, "release_url": "https://pypi.org/project/repoupdater/0.2.3/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.2.3" }, "last_serial": 4778791, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c44b9bdc2cea29722ed73db6e2ad017f", "sha256": "f158bbe21cc0eaa2e3d9213b74898a368875d4d1018a1e0d7717413b643d0037" }, "downloads": -1, "filename": "repoupdater-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c44b9bdc2cea29722ed73db6e2ad017f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6567, "upload_time": "2019-01-23T21:08:58", "url": "https://files.pythonhosted.org/packages/33/8a/33c991b14170c0a34ae08fd0bced7e562e743ffddb7a32a052c27fc3bcf1/repoupdater-0.1.0.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "fb5148747c5244c1d22eec6983a798fa", "sha256": "5fab665f1b340a4a7b8bbf53b7547033c42fab0a1dec38d134b134c6841a1bc3" }, "downloads": -1, "filename": "repoupdater-0.1.2.tar.gz", "has_sig": false, "md5_digest": "fb5148747c5244c1d22eec6983a798fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6910, "upload_time": "2019-01-23T21:34:26", "url": "https://files.pythonhosted.org/packages/1e/bb/eb332f48107da482512f46833a3cd8be9955b99d737a493709a09ed56314/repoupdater-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "2ccdea19345b3aae58f252775d159b04", "sha256": "978a3a2d9f79a1382576c2f8183399ffda7d979e58d62cd7aa37ed365fee48bf" }, "downloads": -1, "filename": "repoupdater-0.1.3.tar.gz", "has_sig": false, "md5_digest": "2ccdea19345b3aae58f252775d159b04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6972, "upload_time": "2019-01-23T22:47:24", "url": "https://files.pythonhosted.org/packages/4a/6d/838fa9eda4f0cf600c9dc8e2db45e9e9eaa531adef8240ca7151490f251a/repoupdater-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "77eb6b42d11f0b7f4b0b41eaefc9a0e2", "sha256": "c584369ae79e218083edc8c793d3aec11a5674d61ac1f86240c8a7e611c00504" }, "downloads": -1, "filename": "repoupdater-0.1.4.tar.gz", "has_sig": false, "md5_digest": "77eb6b42d11f0b7f4b0b41eaefc9a0e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6974, "upload_time": "2019-01-28T18:28:56", "url": "https://files.pythonhosted.org/packages/e2/b8/f61efef7fe949e8c8c13c34b3ba4c8fdb5c4c8da233230b04c62ba63f08e/repoupdater-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "fecb620d631be7f4492ea31f6532167d", "sha256": "eb10afb961e58020a487a9475e82a0db68833950de580ae285c491767d3094ae" }, "downloads": -1, "filename": "repoupdater-0.1.5.tar.gz", "has_sig": false, "md5_digest": "fecb620d631be7f4492ea31f6532167d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7063, "upload_time": "2019-02-02T00:07:02", "url": "https://files.pythonhosted.org/packages/03/5f/49d4555eec684b9a8d9f81a20e8fe9fd9dca3c95bbb731ee057a0c50defd/repoupdater-0.1.5.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "04788c31b62dc3bd8cda57e8c2848464", "sha256": "ee3965782439eb27fc80feadf698198c7db03413b1e2a488ed2ead6d4ea5157a" }, "downloads": -1, "filename": "repoupdater-0.2.0.tar.gz", "has_sig": false, "md5_digest": "04788c31b62dc3bd8cda57e8c2848464", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7054, "upload_time": "2019-02-02T00:31:12", "url": "https://files.pythonhosted.org/packages/11/b3/5b4d038592db0bb2e5d41e75b1bd5437e93f8907bce4679883012a35c794/repoupdater-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "a1463e2413cb33d18e9ee555954b1c96", "sha256": "5618981bcfcd31731dafddc0a89a2d4eb41f8a80655d5d6b7fda3615c5e940a5" }, "downloads": -1, "filename": "repoupdater-0.2.1.tar.gz", "has_sig": false, "md5_digest": "a1463e2413cb33d18e9ee555954b1c96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7055, "upload_time": "2019-02-02T12:25:56", "url": "https://files.pythonhosted.org/packages/3a/a9/9a8fc45034b532e01cf1216d1f45eba95cdfa560288bfbc1d11b05dafdc9/repoupdater-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "887a78e01b22635f780d755e7fa31328", "sha256": "d54ce7b1149faeaa160e747722f6b31b74c04bd5c7c1098762b89469bfd0f61c" }, "downloads": -1, "filename": "repoupdater-0.2.2.tar.gz", "has_sig": false, "md5_digest": "887a78e01b22635f780d755e7fa31328", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7166, "upload_time": "2019-02-03T13:13:08", "url": "https://files.pythonhosted.org/packages/01/77/1b18ee74b19d7d501ebd5d44730d264759031061964c2a1f161aa9ae2bee/repoupdater-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "ed67e575b792b0a3e6764085d8bc2242", "sha256": "62eec9f04575326f36d3faf33b9c8efa26f76dfd2211123499eeec6197670c35" }, "downloads": -1, "filename": "repoupdater-0.2.3.tar.gz", "has_sig": false, "md5_digest": "ed67e575b792b0a3e6764085d8bc2242", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7173, "upload_time": "2019-02-04T17:55:02", "url": "https://files.pythonhosted.org/packages/e6/ba/5230b91ddc64171ce08b022715029fbe6a56f86bc53d69974124130376ce/repoupdater-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ed67e575b792b0a3e6764085d8bc2242", "sha256": "62eec9f04575326f36d3faf33b9c8efa26f76dfd2211123499eeec6197670c35" }, "downloads": -1, "filename": "repoupdater-0.2.3.tar.gz", "has_sig": false, "md5_digest": "ed67e575b792b0a3e6764085d8bc2242", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7173, "upload_time": "2019-02-04T17:55:02", "url": "https://files.pythonhosted.org/packages/e6/ba/5230b91ddc64171ce08b022715029fbe6a56f86bc53d69974124130376ce/repoupdater-0.2.3.tar.gz" } ] }