Skip to content

Commit 2ff6280

Browse files
committed
Remove changelog from the upstream spec file
Packit is now handling releasing and it also solve changelog generation.
1 parent 05361b5 commit 2ff6280

File tree

2 files changed

+0
-354
lines changed

2 files changed

+0
-354
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,6 @@ bumpver: po-push
138138

139139
@NEWSUBVER=$$((`echo $(VERSION) |cut -d . -f 2` + 1)) ; \
140140
NEWVERSION=`echo $(VERSION).$$NEWSUBVER |cut -d . -f 1,3` ; \
141-
DATELINE="* `LC_ALL=C.UTF-8 date "+%a %b %d %Y"` `git config user.name` <`git config user.email`> - $$NEWVERSION-1" ; \
142-
cl=`grep -n %changelog $(SPECNAME).spec |cut -d : -f 1` ; \
143-
tail --lines=+$$(($$cl + 1)) $(SPECNAME).spec > speclog ; \
144-
(head -n $$cl $(SPECNAME).spec ; echo "$$DATELINE" ; make --quiet rpmlog 2>/dev/null ; echo ""; cat speclog) > $(SPECNAME).spec.new ; \
145-
mv $(SPECNAME).spec.new $(SPECNAME).spec ; rm -f speclog ; \
146141
sed -i "s/Version: $(VERSION)/Version: $$NEWVERSION/" $(SPECNAME).spec ; \
147142
sed -i "s/version='$(VERSION)'/version='$$NEWVERSION'/" setup.py
148143

python-simpleline.spec

Lines changed: 0 additions & 349 deletions
Original file line numberDiff line numberDiff line change
@@ -60,352 +60,3 @@ make test
6060
%{python3_sitelib}/*
6161

6262
%changelog
63-
* Mon Aug 23 2021 Jiri Konecny <[email protected]> - 1.8.1-1
64-
65-
66-
* Mon Feb 22 2021 Jiri Konecny <[email protected]> - 1.8-1
67-
- Add missing make command to spec file (jkonecny)
68-
- Don't translate the prompt keys (vponcova)
69-
- Enable daily build for Anaconda-devel COPR repository (jkonecny)
70-
- Use Fedora container registry instead of Dockerhub (jkonecny)
71-
- Migrate COPR daily COPR builds to Packit (jkonecny)
72-
- Test build on Fedora ELN (jkonecny)
73-
- Remove packit get-current-action (jkonecny)
74-
- Run tests in GitHub workflow (martin)
75-
- Fix raise-missing-from (W0707) pylint warnings (martin)
76-
- Fix pylint to check test code correctly (jkonecny)
77-
- Use script to run unit tests (jkonecny)
78-
- Use relative imports in tests (jkonecny)
79-
- Change directory structure of unit tests (jkonecny)
80-
- Fix documentation of _process_screen method (jkonecny)
81-
- Fix pylint issues (jkonecny)
82-
- Use pylint instead of pocketlint (jkonecny)
83-
- Add coverage support (jkonecny)
84-
- Make link to exmples directory in Readme (jkonecny)
85-
- Fix homepage of the project in setup.py (jkonecny)
86-
- Fix classifiers in setup.py (jkonecny)
87-
- Add pypi-upload to Makefile (jkonecny)
88-
- Use correct variant of the field (jkonecny)
89-
- Propose Fedora update only to Fedora in development (jkonecny)
90-
- Add upstream tag template to packit for releasing (jkonecny)
91-
- Packit will download archive from Source0 if needed (jkonecny)
92-
93-
* Thu Jun 25 2020 Jiri Konecny <[email protected]> - 1.7-1
94-
- Testing farm seems like a better option (jkonecny)
95-
- Fix upstream package name (jkonecny)
96-
- Copy archive to the project root for packit (jkonecny)
97-
- Use BUILD_ARGS for packit to remove wheel dependency (jkonecny)
98-
- Correct how packit sniffing package version (jkonecny)
99-
- Add packit action to create archive correctly (jkonecny)
100-
- Simplify Packit configuration file (jkonecny)
101-
- Enable copr builds and add packit config (dhodovsk)
102-
- Add possibility to change setup.py arguments (jkonecny)
103-
- Fix typo in setup.py (jkonecny)
104-
- Add translation badge from Weblate (jkonecny)
105-
- Add potfile to the .gitignore (jkonecny)
106-
- Pause releasing when calling bumpver (jkonecny)
107-
- Remove unused PREFIX from the Makefile (jkonecny)
108-
- Remove Zanata from the Simpleline (jkonecny)
109-
- Switch po-push from Zanata to Weblate (jkonecny)
110-
- Download translations from Weblate (jkonecny)
111-
- Remove pot file from this repository (jkonecny)
112-
- Add new directories to .gitignore and make clean (jkonecny)
113-
- Add Makefile PHONY targets (jkonecny)
114-
- Simplify archive creation (jkonecny)
115-
- Reflect rename of COPYING to LICENSE.md (jkonecny)
116-
- Change license in spec file to LGPLv3+ (jkonecny)
117-
- Add COPR badge for daily builds (jkonecny)
118-
- Improve setup.py (jkonecny)
119-
- Change license to LGPLv3 for all the files (jkonecny)
120-
- Change License from GPLv2+ to LGPLv3+ (jkonecny)
121-
122-
* Thu Aug 22 2019 Jiri Konecny <[email protected]> - 1.6-1
123-
- Always close the password dialog (vponcova)
124-
- Remove unnecessary pass statements (jkonecny)
125-
126-
* Mon May 13 2019 Jiri Konecny <[email protected]> - 1.5-1
127-
- Update spec file from the downstream (jkonecny)
128-
- Fix translation issue for lt language (jkonecny)
129-
130-
* Sat Feb 02 2019 Fedora Release Engineering <[email protected]> - 1.4-2
131-
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
132-
133-
* Mon Nov 19 2018 Jiri Konecny <[email protected]> - 1.4-1
134-
- Fix and add tests for the new changes (#1646568) (jkonecny)
135-
- Add should_run_with_empty_stack configuration (#1646568) (jkonecny)
136-
- Remove wrong line in password_function conf (jkonecny)
137-
- Tweak date lang settings in make bumpver command (jkonecny)
138-
- Drop python-pocketlint build dependency (jkonecny)
139-
- Update spec file from Fedora (jkonecny)
140-
141-
* Sat Jul 14 2018 Fedora Release Engineering <[email protected]> - 1.3-5
142-
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
143-
144-
* Mon Jul 02 2018 Miro Hrončok <[email protected]> - 1.3-4
145-
- Rebuilt for Python 3.7
146-
147-
* Wed Jun 20 2018 Jiri Konecny <[email protected]> - 1.3-3
148-
- Drop python-pocketlint dependency
149-
150-
* Mon Jun 18 2018 Miro Hrončok <[email protected]> - 1.3-2
151-
- Rebuilt for Python 3.7
152-
153-
* Mon Jun 11 2018 Jiri Konecny <[email protected]> - 1.3-1
154-
- Fix pylint errors raised by new pylint version (jkonecny)
155-
- Setup logging handler properly for a library (jkonecny)
156-
157-
* Tue May 29 2018 Jiri Konecny <[email protected]> - 1.2-1
158-
- Document GlobalConfiguration class (jkonecny)
159-
- Add advanced input processing section to docs (jkonecny)
160-
- Make makefile zanata check more robust (jkonecny)
161-
- Add missing newline characters at the end (jkonecny)
162-
- Abstract widget buffer extensions (jkonecny)
163-
- Use python 3 sphinx module (jkonecny)
164-
165-
* Tue Apr 10 2018 Jiri Konecny <[email protected]> - 1.1-1
166-
- Add global configuration initialize test (jkonecny)
167-
- Use default password function from GlobalConfiguration (jkonecny)
168-
- Add tests for GlobalConfiguration class (jkonecny)
169-
- Move default width to GlobalConfiguration class (jkonecny)
170-
- Add GlobalConfiguration object (jkonecny)
171-
- Fix a missing article in docs. (jkonecny)
172-
- Add tests for UIScreen get_user_input method (jkonecny)
173-
- Only InputManager is used to get input in UIScreen (jkonecny)
174-
- Move emit of InputReadySignal to InputRequest (jkonecny)
175-
- Get only last input on concurrent input (jkonecny)
176-
- Add concurrency tests for InputHandler (jkonecny)
177-
- Add requester source to the InputHandler (#1557472) (jkonecny)
178-
- Use InputManager as screen helper not in ScreenScheduler (#1557472) (jkonecny)
179-
- Add test to check InputThreadManager after initialization (jkonecny)
180-
- Reinitialize InputThreadManager when app is initialized (jkonecny)
181-
- Input requests are now handled by InputThreadManager (jkonecny)
182-
- Remove io_manager property from ScreenScheduler (jkonecny)
183-
- Rename io_manager to input_manager (jkonecny)
184-
- Change IOManager to InputManager (jkonecny)
185-
- Move draw from IOManager to ScreenScheduler (jkonecny)
186-
- Separate password input to PasswordInputHandler (jkonecny)
187-
- Add DEFAULT_WIDTH constant (jkonecny)
188-
- Add tests for InputHandler (jkonecny)
189-
- Replace get_input_without_check by new property (jkonecny)
190-
- Separate input to a new module (jkonecny)
191-
192-
* Wed Feb 28 2018 Jiri Konecny <[email protected]> - 1.0-1
193-
- Fix docs based on the new PROCESSED feature (jkonecny)
194-
- Use new PROCESS_AND* in examples (jkonecny)
195-
- Add tests for PROCESSED_AND_{CLOSE|REDRAW} (jkonecny)
196-
- Use new PROCESSED_AND_{CLOSE|REDRAW} in advanced widgets (jkonecny)
197-
- Support PROCESSED_AND_CLOSE UserInputState (jkonecny)
198-
- Rename UserInputResult to UserInputAction (jkonecny)
199-
- Support PROCESSED_AND_REDRAW (jkonecny)
200-
- Fix link to the documentation in README (jkonecny)
201-
- Add link to the documentation (jkonecny)
202-
- Write documentation for Simpleline (jkonecny)
203-
- Disable pylint error for doc copyright variable (jkonecny)
204-
- Add new example used in the documentation (jkonecny)
205-
- Mock modules for readthedocs (jkonecny)
206-
- Do a small fixes to improve documentation (jkonecny)
207-
- Get version from the spec file (jkonecny)
208-
- Add documentation skeleton (jkonecny)
209-
210-
* Thu Oct 19 2017 Jiri Konecny <[email protected]> - 0.8-1
211-
- Test clean-up (jkonecny)
212-
- Move and rename force_quit loop (jkonecny)
213-
- Add dump screen stack method (jkonecny)
214-
215-
* Tue Oct 17 2017 Jiri Konecny <[email protected]> - 0.7-1
216-
- Fix crash when container callback is not set (jkonecny)
217-
- Add EntryWidget to show item title and value (jkonecny)
218-
- Add GetPasswordInputScreen for getting passwords (jkonecny)
219-
- UIScreen can have hidden input (jkonecny)
220-
- Move getpass func inside locks (jkonecny)
221-
- Implement GetInputScreen (jkonecny)
222-
- Do not print new line with empty container (jkonecny)
223-
- Add no_separator to UIScreen (jkonecny)
224-
- Fix HelpScreen title (jkonecny)
225-
- Remove original classes from GLib tests (jkonecny)
226-
- Fix test case name (jkonecny)
227-
- Move tests to subfolder (jkonecny)
228-
- Move base widgets as second example (jkonecny)
229-
- Add example with basic widgets usage (jkonecny)
230-
- Improve README.md (jkonecny)
231-
- Improve example starting script (jkonecny)
232-
- Add glib loop example (jkonecny)
233-
- Add prefixes to examples to impress difficulty (jkonecny)
234-
- Add comments to the examples (jkonecny)
235-
- Update examples to use new features (jkonecny)
236-
237-
* Fri Sep 08 2017 Jiri Konecny <[email protected]> - 0.6-1
238-
- Implement the force quit all loops feature (jkonecny)
239-
- Improved GLib event loop testing (jkonecny)
240-
- Handle GLib event loop exceptions better (jkonecny)
241-
- Support for GLib event loop (jkonecny)
242-
- Wrap exceptions from handlers as ExceptionSignal (jkonecny)
243-
- Only highest priority events are processed in one iteration (jkonecny)
244-
- Move parts from MainLoop to AbstractEventLoop (jkonecny)
245-
- MainLoop won't wait in busy loop anymore (jkonecny)
246-
- Don't block loop when waiting on user input (jkonecny)
247-
- Fix user input lock (jkonecny)
248-
249-
* Mon Sep 04 2017 Jiri Konecny <[email protected]> - 0.5-1
250-
- Fix exception in Screen input caused infinite loop (jkonecny)
251-
- Add test if app is initialized (jkonecny)
252-
- Redraw on first scheduled screen (#1487326) (jkonecny)
253-
- Redraw after YesNoDialog modal window close (jkonecny)
254-
255-
* Fri Aug 18 2017 Jiri Konecny <[email protected]> - 0.4-1
256-
- Screen scheduling is moved to ScreenHandler (jkonecny)
257-
- Remove merge commits from changelog (jkonecny)
258-
259-
* Thu Aug 17 2017 Jiri Konecny <[email protected]> - 0.3-1
260-
- Remove merge commits from changelog (jkonecny)
261-
- Fix bad input processing for list containers (jkonecny)
262-
- Rename quit callback and add args there. (jkonecny)
263-
- Add tests for new container feature (jkonecny)
264-
- List containers take max width if not specified (jkonecny)
265-
- Remove leftover print in containers parsing input (jkonecny)
266-
267-
* Mon Aug 14 2017 Jiri Konecny <[email protected]> - 0.2-1
268-
- Merge pull request #26 from jkonecny12/master-fix-ExitMainLoop-exception (jkonecny)
269-
- Merge pull request #28 from jkonecny12/master-fix-container-callback (jkonecny)
270-
- Fix docs for container callbacks (jkonecny)
271-
- Merge pull request #25 from jkonecny12/master-fix-big-screen-printing (jkonecny)
272-
- Remove missed test helper for local testing (jkonecny)
273-
- The ExitMainLoop exception should kill whole app (jkonecny)
274-
- Do not run an old event queue from modal screen (jkonecny)
275-
- Merge pull request #23 from jkonecny12/master-add-possibility-to-end-loop-politely (jkonecny)
276-
- Merge pull request #24 from jkonecny12/master-fix-compatibility (jkonecny)
277-
- Add possibility to end loop politely (jkonecny)
278-
- Merge pull request #22 from jkonecny12/master-add-logging (jkonecny)
279-
- Fix printing issues for bigger screens (jkonecny)
280-
- Set default screen height to 30 (jkonecny)
281-
- Keep backward compatibility for UIScreen args (jkonecny)
282-
- Add logging to the Simpleline (jkonecny)
283-
- Merge pull request #19 from jkonecny12/master-rework-wait-on-input (jkonecny)
284-
- Merge pull request #21 from jkonecny12/master-fix-adv-widgets (jkonecny)
285-
- Merge pull request #20 from jkonecny12/master-move-InputState (jkonecny)
286-
- Wait on input thread to finish (jkonecny)
287-
- return_after don't skip signals in recursion (jkonecny)
288-
- Add TicketMachine helper class (jkonecny)
289-
- Return user input in the signal handler (jkonecny)
290-
- Merge pull request #16 from jkonecny12/master-modify-exception-handling (jkonecny)
291-
- Merge pull request #18 from jkonecny12/master-ignore-pylint-with-lock (jkonecny)
292-
- Reflect changes in adv_widgets (jkonecny)
293-
- Move InputState next to UIScreen (jkonecny)
294-
- Break App's cyclic imports (jkonecny)
295-
- Add temporal pylint-disable for with Lock (jkonecny)
296-
- Re-raise exception only if no handler is registered (jkonecny)
297-
- Merge pull request #15 from jkonecny12/master-thread-safe-eventqueue (jkonecny)
298-
- Merge pull request #11 from jkonecny12/master-add-args-to-scheduler-shortcut (jkonecny)
299-
- Make the EventQueue thread safe (jkonecny)
300-
- Merge pull request #13 from jkonecny12/master-enhance-WindowContainer-add (jkonecny)
301-
- Merge pull request #12 from jkonecny12/master-fix-ready-collision (jkonecny)
302-
- Add args param to the scheduler_handler shortcuts (jkonecny)
303-
- Fix bad param name for scheduling methods (jkonecny)
304-
- Merge pull request #10 from jkonecny12/master-add-hidden-user-input (jkonecny)
305-
- Merge pull request #8 from jkonecny12/master-remove-base-file (jkonecny)
306-
- Merge pull request #9 from jkonecny12/master-remove-quit-message (jkonecny)
307-
- Add method add_with_separator to WindowContainer (jkonecny)
308-
- Fix `ready` property collision with Anaconda (jkonecny)
309-
- Add hidden parameter to UIScreen get input (jkonecny)
310-
- Remove unused quit message (jkonecny)
311-
- Move App from base to __init__.py (jkonecny)
312-
- Merge pull request #6 from jkonecny12/fix-make-potfile-generation (jkonecny)
313-
- Merge pull request #7 from jkonecny12/master-fix-make-archive (jkonecny)
314-
- Fix make archive (jkonecny)
315-
- Fix potfile generation (jkonecny)
316-
- Merge pull request #5 from jkonecny12/master-add-containers (jkonecny)
317-
- Examples now using WindowContainer (jkonecny)
318-
- Fix error when getting input directly (jkonecny)
319-
- Add WindowContainer and use it in UIScreen (jkonecny)
320-
- Add SeparatorWidget (jkonecny)
321-
- Add input processing to containers (jkonecny)
322-
- Add containers numbering (jkonecny)
323-
- Add containers, checkbox and center widget tests (jkonecny)
324-
- Add row and column list containers (jkonecny)
325-
- Merge pull request #4 from jkonecny12/master-split-renderer (jkonecny)
326-
- Fix setup.py modules (jkonecny)
327-
- Change INPUT_PROCESSED and INPUT_DISCARDED to Enum (jkonecny)
328-
- Rename renderer and event_loop in App class (jkonecny)
329-
- Add scheduler_handler and rename switch_screen (jkonecny)
330-
- Process signals when waiting on user input (jkonecny)
331-
- Move draw screen to the InOutManager (jkonecny)
332-
- Change UIScreen properties (jkonecny)
333-
- Move input processing to the InOutManager class (jkonecny)
334-
- Move SignalHandler to the screen module (jkonecny)
335-
- Move ui_screen to the screen module (jkonecny)
336-
- Rename Renderer to ScreenScheduler (jkonecny)
337-
- Merge pull request #3 from jkonecny12/master-change-close-to-signal (jkonecny)
338-
- Change separator tests to reflect close as signal (jkonecny)
339-
- Close screen is now signal (jkonecny)
340-
- Rename emit_draw_signal to redraw (jkonecny)
341-
- Merge pull request #2 from jkonecny12/master-fix-modal (jkonecny)
342-
- Add missing doc for EventQueue and ScreeStack (jkonecny)
343-
- Add tests for event queue (jkonecny)
344-
- Modal screens are now executing new event loop (jkonecny)
345-
- Separator should be printed just before show_all() (jkonecny)
346-
- Move screen scheduling tests to new file (jkonecny)
347-
- Merge pull request #1 from jkonecny12/master-refactorization (jkonecny)
348-
- Implement small fixes and tweaks (jkonecny)
349-
- Move ScreenStack to render module (jkonecny)
350-
- Add SimplelineError as base class for Exceptions (jkonecny)
351-
- Clean up unused code and do a small tweaks (jkonecny)
352-
- Fix pylint errors (jkonecny)
353-
- Modify examples to reflect new changes (jkonecny)
354-
- Add emit_draw_signal to the SignalHandler (jkonecny)
355-
- Do not call draw when prompt is not present (jkonecny)
356-
- Remove old INPUT_* constants (jkonecny)
357-
- Do not redraw when input was processed (jkonecny)
358-
- Add license to all test classes (jkonecny)
359-
- Add new tests for render_screen, renderer, widgets (jkonecny)
360-
- Remove hubQ (jkonecny)
361-
- Split input from drawing (jkonecny)
362-
- Fix rendering errors by removing _redraw variable (jkonecny)
363-
- Replace array with priority by Signal ordering (jkonecny)
364-
- Add tests for SignalHandler (jkonecny)
365-
- Use SignalHandler (jkonecny)
366-
- Add screen rendering tests (jkonecny)
367-
- Raise exceptions instead of silently quitting (jkonecny)
368-
- Reflect code changes in tests (jkonecny)
369-
- Fix missing super().__init__() in Signals (jkonecny)
370-
- Fix modal screen by removing execute_new_loop (jkonecny)
371-
- Fail when UIScreen is not closing itself (jkonecny)
372-
- Add constants INPUT_PROCESSED and INPUT_DISCARDED (jkonecny)
373-
- Fix issues in Renderer and MainLoop (jkonecny)
374-
- Use RenderScreenSignal signal for rendering (jkonecny)
375-
- Add App.run as a shortcut to start application (jkonecny)
376-
- Move widgets and adv_widgets to render module (jkonecny)
377-
- Fix cosmetic bugs in widgets (jkonecny)
378-
- Move prompt to render module (jkonecny)
379-
- Modify ScreenStack tests to reflect UIScreen changes (jkonecny)
380-
- Modify UIScreen to use new App class structure (jkonecny)
381-
- Fix renderer tests after moving the Renderer class (jkonecny)
382-
- Move renderer to separate file renderer.py (jkonecny)
383-
- Add quit_callback to the event loop abstract class (jkonecny)
384-
- Add tests for the App class (jkonecny)
385-
- Change base class to singleton like class (jkonecny)
386-
- Add tests for event loop processing (jkonecny)
387-
- Implementation of defualt event loop and signals (jkonecny)
388-
- Add abstract base classes for EventLoop and Event (jkonecny)
389-
- Remove ScheduleScreen tests (jkonecny)
390-
- Add tests for renderer (jkonecny)
391-
- Extract renderer from App class to render directory (jkonecny)
392-
- Add tests for new ScreenStack and ScreenData (jkonecny)
393-
- Extract screen stack to its own object and data class (jkonecny)
394-
- Modify comments in the spec file (jkonecny)
395-
- Package is named python-simpleline (jkonecny)
396-
- Fix spec file (jkonecny)
397-
- Fix summary in the spec file (jkonecny)
398-
- Fix names according to tagging (jkonecny)
399-
400-
* Fri May 5 2017 Jiri Konecny <[email protected]> - 0.1-3
401-
- Modify comments in the spec file
402-
403-
* Thu May 4 2017 Jiri Konecny <[email protected]> - 0.1-2
404-
- Drop clean section
405-
- Drop Group, it is not needed
406-
- Use make_build macro
407-
- Reorder check and install sections
408-
- Rename package to python-simpleline but rpm will be python3-simpleline
409-
410-
* Fri Dec 16 2016 Jiri Konecny <[email protected]> - 0.1-1
411-
- Initial package

0 commit comments

Comments
 (0)