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

git-review-1.28.0-lp152.1.2 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: git-review Distribution: openSUSE Leap 15.2
Version: 1.28.0 Vendor: openSUSE
Release: lp152.1.2 Build date: Fri Sep 20 23:23:58 2019
Group: Development/Languages/Python Build host: cloud103
Size: 333400 Source RPM: git-review-1.28.0-lp152.1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://git.openstack.org/cgit/openstack-infra/git-review
Summary: Tool to submit code to Gerrit
A git command for submitting branches to Gerrit

git-review is a tool that helps submitting git branches to gerrit for
review.

Provides

Requires

License

Apache-2.0

Changelog

* Fri May 03 2019 Dirk Mueller <dmueller@suse.com>
  - revert switch to singlespec. This is an insane complexification
    for no gain: git-review is a pure cli tool, not a module
    to import, and we never had a working python2- version anyway
    because all the tooling was excluded from packaging. So
    don't create packages that are unusable and deprecated.
* Fri May 03 2019 Dirk Mueller <dmueller@suse.com>
  - update to 1.28.0 (bsc#1134089):
    * Support for auto-configuration of topic names based on the
    presence of keywords in the commit message is removed. Previously,
    keywords such as bug, bp or lp followed by a number would result
    in branch names containing the associated number, e.g. bug/123.
    This feature was OpenStack specific, was a frequent source of bugs
    and clearly wasn’t being used that often, given that StoryBoard
    is a thing now and no one had updated this feature to handle that metadata.
    * Fixed usepushurl to work when a read-only mirror being used as origin does not contain refs/changes from gerrit.
* Tue Jan 08 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 1.27.0:
    * Work with python3
  - Remove patch in upstream: git-2.15-compat.patch
  - Switch to source url downloads
  - Switch URL to point to active site
  - Switch to singlespec
* Mon Nov 13 2017 dmueller@suse.com
  - add git-2.15-compat.patch: fix compat with git 2.15
* Thu Aug 27 2015 tbechtold@suse.com
  - Remove %{_sysconfdir}/git-review/git-review.conf from package.
    File is deprecated.
* Sat Jun 13 2015 tbechtold@suse.com
  - update to 1.25.0:
    * Add “git-review -l” to man page synopsis and usage doc
    * Add reviewers on upload
    * Update project links
    * Override E-mail in Gerrit integration tests
    * Fixed a dead link to the git-review docs
    * Provide an explanation on failed rebase
    * Switch to requests to support proxying of 'https'
    * Use plumbing rev-parse to get the branch name
    * Isolate tests from user/system git configuration
    * Push language override down into the cmd wrapper
    * git review -sv gets more verbose
    * Add utf-8 char support
    * Choose tracked branch for rebase when submitting
    * pbr should install the manpage
    * get_remote_url(): also honor url.*.pushInsteadOf
    * Support authentication in run_http_exc
    * Split README.rst into separate doc files
    * Handle correctly http error raise in run_http_exc
    * Fix encoding header
    * Workflow documentation is now in infra-manual
    * Update tests to use Gerrit 2.9.2
    * Use 'no_proxy' env variable in addition to uppercase
    * Enable color support based on tty and config
    * get_remote_url(): honor any "url.<base>.insteadOf" config setting
    * Convert add_remote to use GitReviewExceptions
    * Prefer git-config over git-review config files
    * Isolate tests from user/system config
    * Switched documentation to point to storyboard
    * Fix ---list and "departement" typos in man page
    * Align git-review and python -m git_review.cmd behaviors
    * Define -T/--no-topic to disable review submit with topic
    * Work toward Python 3.4 support and testing
    * -F/--force-rebase has no effect if rebase is disabled by config
    * Remove useless constants
    * Improve windows support for git-review --setup
    * Fix groff warnings with manpage
    * Enabled hacking checks H305 and H307
    * Prevent long subjects in reviews causing spurious blank lines
    * added link to get-pip to readme
    * Disable ssh/scp password authentication during tests
    * Update tests to use Gerrit 2.8.6.1
    * Build universal wheels
* Mon Sep 22 2014 bwiedemann@suse.com
  - Require python-setuptools to fix CLI
* Wed Jul 16 2014 bwiedemann@suse.com
  - update to 1.24
    * Require python-requests
    * Update homepage on PyPI
    * Update requirements to OpenStack's recommendations
    * Update the README to mention dependencies
    * Ensure username is set for all tests
    * Provide nicer user message for missing remote ref
    * Fix a typo in HACKING.rst
    * Ignore newline in bp/bug search in commit message
    * Restrict tests SSH auth to only the provided key
    * Disable proxies for tests that clone over http
    * Keep track of gerrit.war and golden_site versions
    * Fix typo in manpage s/gireview/gitreview/
    * Correct git review -l over http(s)
* Fri Jul 04 2014 speilicke@suse.com
  - Avoid source Url, we're packaging from git
* Thu May 22 2014 dmueller@suse.com
  - update to 1.23.61:
    * Topic: do not use '(detached' when detached
    * Use gerrit 2.8.5 instead of gerrit 2.6.1 in tests
    * Allow to specify default scheme in .gitreview file
    * Correct test_remote to support branchs without upstream
    * Remove parsing of --help and variants from our code
    * Python2: fixed UnicodeEncodeError
    * Skip invalid unicode in commit messages
    * Git review assumes the wrong ssh default port
    * Add http(s) protocol support to fetch_review and list_reviews
    * git-review.1 manpage fix for groff warnings
    * Fix parsing of SCP-style URLs, as these are valid in Git itself
    * "git review --setup" failed in Chinese locale
    * Bump hacking version in requirements
    * Reduce testr concurrnecy to 2
    * Add http(s) protocol support to set_hooks_commit_msg
    * Retrieve remote pushurl independently of user's locale
    * Add http(s) protocol support to test_remote
    * Verify if every attached file exists. Attach gerrig.config
    * Wrap exceptions that occur while running external process
    * Make Gerrit port and dir selection deterministic
    * Don't try to attach known_hosts if it's not there
    * Remove tox locale overrides
    * Fix the regex for setting topic
    * Add 2m timeout to tests
    * Attach Gerrit logs and known_hosts to failed tests
    * Change test gerrit ssh/http ports offset
    * Correct .Fl typo WRT --compare in the manual page
    * Ignore content of merge commits in reporting
    * Remove empty lines from git log output
    * Preserve merges when doing a rebase
    * Split git rev-parse --show-toplevel --git-dir on newline
    * Prefer .gitconfig username
    * Add more deterministic port selection for Gerrit
    * Document source location as git.openstack.org
    * Implement integration tests
    * Migrate to pbr
    * No longer check for new git-review releases
  - remove git-review-username.diff: merged upstream

Files

/usr/bin/git-review
/usr/lib/python3.6/site-packages/git_review
/usr/lib/python3.6/site-packages/git_review-1.28.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/git_review-1.28.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/git_review-1.28.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/git_review-1.28.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/git_review-1.28.0-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/git_review-1.28.0-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/git_review-1.28.0-py3.6.egg-info/pbr.json
/usr/lib/python3.6/site-packages/git_review-1.28.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/git_review-1.28.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/git_review/__init__.py
/usr/lib/python3.6/site-packages/git_review/__pycache__
/usr/lib/python3.6/site-packages/git_review/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/git_review/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/git_review/__pycache__/cmd.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/git_review/__pycache__/cmd.cpython-36.pyc
/usr/lib/python3.6/site-packages/git_review/cmd.py
/usr/lib/python3.6/site-packages/git_review/tests
/usr/lib/python3.6/site-packages/git_review/tests/__init__.py
/usr/lib/python3.6/site-packages/git_review/tests/__pycache__
/usr/lib/python3.6/site-packages/git_review/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/git_review/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/git_review/tests/__pycache__/check_test_id_hashes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/git_review/tests/__pycache__/check_test_id_hashes.cpython-36.pyc
/usr/lib/python3.6/site-packages/git_review/tests/__pycache__/prepare.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/git_review/tests/__pycache__/prepare.cpython-36.pyc
/usr/lib/python3.6/site-packages/git_review/tests/__pycache__/test_git_review.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/git_review/tests/__pycache__/test_git_review.cpython-36.pyc
/usr/lib/python3.6/site-packages/git_review/tests/__pycache__/test_unit.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/git_review/tests/__pycache__/test_unit.cpython-36.pyc
/usr/lib/python3.6/site-packages/git_review/tests/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/git_review/tests/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/git_review/tests/check_test_id_hashes.py
/usr/lib/python3.6/site-packages/git_review/tests/prepare.py
/usr/lib/python3.6/site-packages/git_review/tests/test_git_review.py
/usr/lib/python3.6/site-packages/git_review/tests/test_unit.py
/usr/lib/python3.6/site-packages/git_review/tests/utils.py
/usr/share/doc/packages/git-review
/usr/share/doc/packages/git-review/AUTHORS
/usr/share/doc/packages/git-review/README.rst
/usr/share/licenses/git-review
/usr/share/licenses/git-review/LICENSE
/usr/share/man/man1/git-review.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024