From cd6bfbf0cbaecce3558c0abb2c32d32935bef811ab8d4426bb21a3260f8c38e2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Jun 2017 21:01:56 +0000 Subject: [PATCH 1/3] - update to 0.7.10 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alabaster?expand=0&rev=8 --- alabaster-0.7.10.tar.gz | 3 +++ alabaster-0.7.3.tar.gz | 3 --- python-alabaster.changes | 5 +++++ python-alabaster.spec | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 alabaster-0.7.10.tar.gz delete mode 100644 alabaster-0.7.3.tar.gz diff --git a/alabaster-0.7.10.tar.gz b/alabaster-0.7.10.tar.gz new file mode 100644 index 0000000..e4e4100 --- /dev/null +++ b/alabaster-0.7.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37cdcb9e9954ed60912ebc1ca12a9d12178c26637abdf124e3cde2341c257fe0 +size 10486 diff --git a/alabaster-0.7.3.tar.gz b/alabaster-0.7.3.tar.gz deleted file mode 100644 index ca82c8d..0000000 --- a/alabaster-0.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0703c1ea5a6af0bb6d0cec24708301334949d56ebc7f95c64028d9c66f9d8d5d -size 15135 diff --git a/python-alabaster.changes b/python-alabaster.changes index ae17db3..8c05aa4 100644 --- a/python-alabaster.changes +++ b/python-alabaster.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 1 21:01:46 UTC 2017 - dmueller@suse.com + +- update to 0.7.10 + ------------------------------------------------------------------- Mon Dec 19 17:57:07 UTC 2016 - jmatejek@suse.com diff --git a/python-alabaster.spec b/python-alabaster.spec index 71bba44..15ee52e 100644 --- a/python-alabaster.spec +++ b/python-alabaster.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-alabaster -Version: 0.7.3 +Version: 0.7.10 Release: 0 Summary: Modified Kr Sphinx doc theme License: BSD-3-Clause From 0a1d04cd86b17d690ae0c744b0714c8862b16fb3592894dd7b78a01fee1ab352 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 18 Sep 2017 05:34:12 +0000 Subject: [PATCH 2/3] - update Source OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alabaster?expand=0&rev=9 --- python-alabaster.changes | 5 +++++ python-alabaster.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-alabaster.changes b/python-alabaster.changes index 8c05aa4..cfbb0f6 100644 --- a/python-alabaster.changes +++ b/python-alabaster.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 18 05:33:38 UTC 2017 - tbechtold@suse.com + +- update Source + ------------------------------------------------------------------- Thu Jun 1 21:01:46 UTC 2017 - dmueller@suse.com diff --git a/python-alabaster.spec b/python-alabaster.spec index 15ee52e..f01a45e 100644 --- a/python-alabaster.spec +++ b/python-alabaster.spec @@ -24,7 +24,7 @@ Summary: Modified Kr Sphinx doc theme License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/bitprophet/alabaster -Source: https://pypi.python.org/packages/source/a/alabaster/alabaster-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/a/alabaster/alabaster-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes From 0c90c830caefd9895dd5e2f5bd6b470387b383c574d6e8ee3780e0d035ac8b4d Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Wed, 20 Sep 2017 07:47:50 +0000 Subject: [PATCH 3/3] - use files.pythonhosted.org for Source * Add code_highlight to README * Anticipate releases 1.2 with unstable_prehistory feature * Allow to set font-size for body and caption text * Ignore pyenv version file * Combine multiple div.sphinxsidebar definitions * Allow control of body text alignment * Fix a few html mismatched + closing tags * krTheme does have a repo :) * Positive margin-bottom for the sidebar #44 * Make directly nested lists indent in narrow screens * Fix a much older typo too * Tweaks to README, mostly layout * Normalize case of faux-booleans in settings documentation. * Fixed navigation for large screens #44 * Start putting GH issue numbers in changelog. * Fix styling of emphasized/highlighted lines * Fix duplicate-sphinx-link warning. * New homepage * Add div.highlight configurability * Remove spurious close-LI tag, re #39 * That was a dumb typo, stupid self contained ecosystem * Re-apply relations sidebar removed in 1fb8e2f5982b8c87642ae0fb5d953aa3faba82e7 * Fix caption config options * Update LICENSE for 2016, also add date range * Tweak changelog entry * Add support for canonical URL headers * remove demo, gitignore #57 * Yea let's do this instead, it's cleaner and less confusing. * Removed Gap between Footnote Label and Description OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alabaster?expand=0&rev=10 --- python-alabaster.changes | 95 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 94 insertions(+), 1 deletion(-) diff --git a/python-alabaster.changes b/python-alabaster.changes index cfbb0f6..f386fcd 100644 --- a/python-alabaster.changes +++ b/python-alabaster.changes @@ -1,12 +1,105 @@ ------------------------------------------------------------------- Mon Sep 18 05:33:38 UTC 2017 - tbechtold@suse.com -- update Source +- use files.pythonhosted.org for Source ------------------------------------------------------------------- Thu Jun 1 21:01:46 UTC 2017 - dmueller@suse.com - update to 0.7.10 + * Add code_highlight to README + * Anticipate releases 1.2 with unstable_prehistory feature + * Allow to set font-size for body and caption text + * Ignore pyenv version file + * Combine multiple div.sphinxsidebar definitions + * Allow control of body text alignment + * Fix a few html mismatched + closing tags + * krTheme does have a repo :) + * Positive margin-bottom for the sidebar #44 + * Make directly nested lists indent in narrow screens + * Fix a much older typo too + * Tweaks to README, mostly layout + * Normalize case of faux-booleans in settings documentation. + * Fixed navigation for large screens #44 + * Start putting GH issue numbers in changelog. + * Fix styling of emphasized/highlighted lines + * Fix duplicate-sphinx-link warning. + * New homepage + * Add div.highlight configurability + * Remove spurious close-LI tag, re #39 + * That was a dumb typo, stupid self contained ecosystem + * Re-apply relations sidebar removed in 1fb8e2f5982b8c87642ae0fb5d953aa3faba82e7 + * Fix caption config options + * Update LICENSE for 2016, also add date range + * Tweak changelog entry + * Add support for canonical URL headers + * remove demo, gitignore #57 + * Yea let's do this instead, it's cleaner and less confusing. + * Removed Gap between Footnote Label and Description + * Make fixed sidebar behavior re #57, re #44 opt-in + * Include a modern .gitignore for python projects + * Move from 0.7 to 1.0 + * Clean up formatting of example sidebars conf + * Configure wheels to be universal + * Add margin-bottom to field-list paragraphs so they stand apart + * Don't put an underline on linked images. + * Fix a couple typos + * Github button was deprecated and gave wrong icon + * GPG sign and build wheels by default + * Set correct variable name for admonition bg + * Make width settings configurable + * This was actually an overall bad idea due to Sphinx dep pinning :( + * Add Codecov support + * On second thought + * Wuups + * Fix up LI-indented code blocks to look consistent w/ top level code blocks + * RTD default still RTD's own theme, wuups + * Fix #32 + * More Sphinx specific changelog formatting + * Wrap relations sidebar in div, replace div.related styling w/ hide of div.relations + * Shuffle README around a bit to make it clear it's now Sphinx default theme. + * Ensure dev environments have Sphinx installed, heh + * Whitespace & comment in layout + * Insert show_related setting & ensure both instances of related nav styling honor it + * Implement #78 + * Update dev reqs re: new release tasks + * Remove top margin for sidebar #44 + * Use correct variable for sidebar hr element. + * Use SVG icons for Travis CI button + * Expand explanation of enabling related links for existing installs + * Reverse order of changelog so appending to it / reading the end of it, is easier + * Changelog re #96 + * Fix top margin for nav when collapsed #44 + * Tweak README example list to include us now + * Fix admonition cross-ref selector + * Add div.topic configurability + * Use codecs.open w/ utf-8 for README containing Unicode + * Make it clearer what we mean by 'enabling' an html sidebar; fixes #98 + * Use https URL for the "forkme" image on AWS + * Add viewcode target highlighting + * 1st stab at making a real docs site re #7 + * Honor core Sphinx html_show_copyright option. + * translate "Navigation" in template + * Rearrange body so sidebar precedes main document #44 + * Switch the link to requests from HTTPS to HTTP + * Overhaul install docs to be clearer, more informative + * fix documentation for `github_type` and `github_count` + * Start using invoke release tasks + * Add more configurable colors + * Might as well start using new changeloggy bits + * Move nav div above document div #44 + * You'd think the syntax highlighting would have tipped me off here + * Fix sphinx-build warnings for demo + * Improved admonition differentiation + * Apply erasure of border-bottom to a.image-reference:hover too, re #77 + * Copy demo from guzzle_sphinx for testing + * Add ability to override collapse in toctree variable. + * Remove demo/_build from git + * Ignore demo build artifacts + * Add setting for recent invocations changes + * WIP re: changelog cutover + * Happy New Year + * Do not show GitHub button if no github_user or github_repo specified ------------------------------------------------------------------- Mon Dec 19 17:57:07 UTC 2016 - jmatejek@suse.com