public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Slavek Kabrda <bkabrda@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/distgen] epel10.3: update to 1.1
Date: Mon, 14 Sep 2026 12:38:01 GMT	[thread overview]
Message-ID: <178938948101.1.4053070528995292564.rpms-distgen-9883fa508a0c@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/distgen
            Branch : epel10.3
            Commit : 9883fa508a0c465064c6cb8d8aa2dc5845ed939d
            Author : Slavek Kabrda <bkabrda@redhat.com>
            Date   : 2018-04-19T09:28:28+02:00
            Stats  : +9/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/distgen/c/9883fa508a0c465064c6cb8d8aa2dc5845ed939d?branch=epel10.3

            Log:
            update to 1.1
update source url to conform with new PyPI urls format

---
diff --git a/distgen.spec b/distgen.spec
index 2e1b4ec..c2af775 100644
--- a/distgen.spec
+++ b/distgen.spec
@@ -8,8 +8,8 @@
 
 Name:       distgen
 Summary:    Templating system/generator for distributions
-Version:    0.20%{?postrel:.%{postrel}%{posttag}}
-Release:    2%{?dist}
+Version:    1.1%{?postrel:.%{postrel}%{posttag}}
+Release:    1%{?dist}
 Group:      Applications/Communications
 License:    GPLv2+
 URL:        https://github.com/devexp-db/distgen
@@ -23,7 +23,7 @@ BuildRequires: %{pypkg}-setuptools %{pypkg}-devel %{?fedora:%{pypkg}-}pytest %{p
 %if 0%{?postrel:1}
 Source0:       %{name}-%{version}.tar.gz
 %else
-Source0:       https://pypi.python.org/packages/85/67/c5eda06be88a44767ce75acda4f301f5cf210de335be2276f70e198a71d2/%{name}-%{version}.tar.gz
+Source0:       https://files.pythonhosted.org/packages/85/9f/e957294df30bfa5f01a19c80047b4ebdfb4e6630c4f53fbc8b46ec9aad12/%{name}-%{version}.tar.gz
 %endif
 
 %description
@@ -41,6 +41,8 @@ file and preexisting distribution metadata generate output file.
 
 %install
 %{pybin} setup.py install --root=%{buildroot}
+mkdir -p %{buildroot}%{_datadir}/distgen
+mv %{buildroot}%{pylib}/distgen/{distconf,templates} %{buildroot}%{_datadir}/distgen
 
 
 %check
@@ -58,6 +60,10 @@ make PYTHON=%{pybin} check
 
 
 %changelog
+* Wed Apr 18 2018 Slavek Kabrda <bkabrda@redhat.com> - 1.1-1
+- update to 1.1
+- update source url to conform with new PyPI urls format
+
 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
 

                 reply	other threads:[~2026-09-14 12:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178938948101.1.4053070528995292564.rpms-distgen-9883fa508a0c@fedoraproject.org \
    --to=bkabrda@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox