From 73a3c7982461c84b5b08a75a2a54e0764bdac76f Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Dec 05 2017 09:36:04 +0000 Subject: Backslashes removed from description --- diff --git a/hatch.spec b/hatch.spec index 3bf1a5e..6e905d5 100644 --- a/hatch.spec +++ b/hatch.spec @@ -1,6 +1,6 @@ Name: hatch Version: 0.20.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A modern project, package, and virtual env manager License: MIT or ASL 2.0 @@ -53,8 +53,8 @@ Requires: python3-wheel %{?python_provide:%python_provide python3-%{name}} %description -Hatch is a productivity tool designed to make your workflow easier and more \ -efficient, while also reducing the number of other tools you need to know. \ +Hatch is a productivity tool designed to make your workflow easier and more +efficient, while also reducing the number of other tools you need to know. It aims to make the 90% use cases as pleasant as possible. @@ -82,6 +82,9 @@ rm -r %{buildroot}%{python3_sitelib}/tests %{python3_sitelib}/%{name}-%{version}-py?.?.egg-info %changelog +* Tue Dec 05 2017 Lumir Balhar - 0.20.0-2 +- Backslashes removed from description + * Wed Nov 15 2017 Lumir Balhar - 0.20.0-1 - New upstream version - New dependencies python-adduserpath (module userpath) and python-toml